This commit is contained in:
技术老胡
2024-08-22 12:01:12 +08:00
parent 2d7c0ff706
commit 3d210481b1
8 changed files with 438 additions and 165 deletions

View File

@@ -28,6 +28,14 @@ return [
'openType' => '_iframe',
'href' => '/PayManage/index',
],
[
'id' => 'pluginManage',
'title' => '插件管理',
'icon' => 'layui-icon layui-icon-console',
'type' => 1,
'openType' => '_iframe',
'href' => '/Plugin/index',
],
[
'id' => 'userCenter',
'title' => '用户中心',