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
+14
View File
@@ -55,6 +55,20 @@ const routes: RouteRecordRaw[] = [
}
]
},
{
path: '/system',
component: Layout,
redirect: '/system/settings',
meta: { title: '系统设置', icon: 'Setting' },
children: [
{
path: 'settings',
name: 'SystemSettings',
component: () => import('@/views/system/SystemSettings.vue'),
meta: { title: '基础设置' }
}
]
},
{
path: '/aiconfig',
component: Layout,