From 485432acfb6bf59f2a5c9b6b2f6fd30a83b8688f Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Sat, 14 Dec 2019 16:56:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catchAdmin/index/route.php | 6 +++--- catchAdmin/index/view/index.html | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/catchAdmin/index/route.php b/catchAdmin/index/route.php index a3c0e5e..3f0cdef 100644 --- a/catchAdmin/index/route.php +++ b/catchAdmin/index/route.php @@ -1,5 +1,5 @@ get('/', '\catchAdmin\index\controller\index@index'); -$router->get('theme', '\catchAdmin\index\controller\index@theme'); -$router->get('dashboard', '\catchAdmin\index\controller\index@dashboard'); +$router->get('/', '\catchAdmin\index\controller\Index@index'); +$router->get('theme', '\catchAdmin\index\controller\Index@theme'); +$router->get('dashboard', '\catchAdmin\index\controller\Index@dashboard'); diff --git a/catchAdmin/index/view/index.html b/catchAdmin/index/view/index.html index 48a0954..9d0d613 100644 --- a/catchAdmin/index/view/index.html +++ b/catchAdmin/index/view/index.html @@ -49,14 +49,14 @@
- 个人中心 + 个人中心
修改密码

- 退出 + 退出
@@ -127,7 +127,9 @@ menuPath: '{:url("dashboard")}', menuName: '' }); - + window.logouts= function(){ + layer.msg('弹窗被成功打开了'); + }; });