From 3e91f16f273869839f53c03178dcb275acab5bb4 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Tue, 17 Dec 2019 09:02:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=A7=E6=89=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catchAdmin/system/view/dataDictionary/index.html | 2 +- catchAdmin/system/view/loginLog/index.html | 2 +- catchAdmin/system/view/operateLog/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/catchAdmin/system/view/dataDictionary/index.html b/catchAdmin/system/view/dataDictionary/index.html index 6c41f31..8bcf625 100644 --- a/catchAdmin/system/view/dataDictionary/index.html +++ b/catchAdmin/system/view/dataDictionary/index.html @@ -1,4 +1,4 @@ -{extend name="../../../view/layout"} +{extend name="$layout"} {block name="title"}登录日志{/block} {block name="search"}
diff --git a/catchAdmin/system/view/loginLog/index.html b/catchAdmin/system/view/loginLog/index.html index c9a0aa9..e7edab3 100644 --- a/catchAdmin/system/view/loginLog/index.html +++ b/catchAdmin/system/view/loginLog/index.html @@ -1,4 +1,4 @@ -{extend name="../../../view/layout"} +{extend name="$layout"} {block name="title"}登录日志{/block} {block name="search"}
diff --git a/catchAdmin/system/view/operateLog/index.html b/catchAdmin/system/view/operateLog/index.html index 55263df..1cf519e 100644 --- a/catchAdmin/system/view/operateLog/index.html +++ b/catchAdmin/system/view/operateLog/index.html @@ -1,4 +1,4 @@ -{extend name="../../../view/layout"} +{extend name="$layout"} {block name="title"}操作日志{/block} {block name="search"}