feat:管理后台系统设置页面 + 小程序登录页条件渲染
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user