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('弹窗被成功打开了'); + }; });