提交 ed7858ae 编写于 作者: D Devil

Merge branch 'master' into dev

......@@ -11,6 +11,7 @@
namespace app\service;
use think\facade\Db;
use app\service\AdminPowerService;
/**
* 管理员服务层
......@@ -508,6 +509,9 @@ class AdminService
MyCache(MyConfig('shopxo.cache_admin_left_menu_key').$admin['id'], null);
MyCache(MyConfig('shopxo.cache_admin_power_key').$admin['id'], null);
// 权限菜单初始化
AdminPowerService::PowerMenuInit();
return DataReturn('登录成功');
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册