feat:管理后台系统设置页面 + 小程序登录页条件渲染

This commit is contained in:
2026-06-27 10:27:14 +08:00
parent 9131203d1c
commit e3b21cac3e
6 changed files with 247 additions and 4 deletions
+5
View File
@@ -27,6 +27,11 @@ export const menuConfig: MenuItem[] = [
title: '用户管理',
icon: 'UserFilled'
},
{
path: '/system',
title: '系统设置',
icon: 'Setting'
},
{
path: '/aiconfig',
title: 'AI配置管理',