|
|
@@ -298,6 +298,7 @@ export default {
|
|
|
{ path: '/badge-manage', label: '勋章管理', icon: 'el-icon-medal', perm: 'config:member' },
|
|
|
{ path: '/virtual-goods-config', label: '虚拟支付道具', icon: 'el-icon-goods', perm: 'config:member' },
|
|
|
{ path: '/gates', label: '关卡配置', icon: 'el-icon-key', perm: 'system:base' },
|
|
|
+ { path: '/system-prompt', label: '系统提示词', icon: 'el-icon-chat-line-square', perm: 'system:base' },
|
|
|
{ path: '/file-manage', label: '文件管理', icon: 'el-icon-files', perm: 'system:base' },
|
|
|
]},
|
|
|
// --- 配置中心 ---
|