mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 05:13:29 +08:00
Merge branch 'master' into dev
This commit is contained in:
@ -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('登录成功');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user