插件的一些调整

This commit is contained in:
2017-06-21 16:41:12 +08:00
parent 4c07da02b5
commit 48fb02fb3d
9 changed files with 72 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ return array(
'admin/logout' => 'admin/index/logout',
// 变量传入index模块的控制器和操作方法
'addons/:mc/:ac' => 'index/addons/execute', // 静态地址和动态地址结合
'usera/:mc/:ac' => 'user/addons/execute', // 静态地址和动态地址结合
'admina/:mc/:ac' => 'admin/addons/execute', // 静态地址和动态地址结合
'plugs/:mc/:ac' => 'index/addons/execute', // 静态地址和动态地址结合
'user/plugs/:mc/:ac' => 'user/addons/execute', // 静态地址和动态地址结合
'admin/plugs/:mc/:ac' => 'admin/addons/execute', // 静态地址和动态地址结合
);