1.添加系统配置路由
@ -50,6 +50,12 @@ const routes: RouteRecordRaw[] = [
name: 'screen4',
component: () => import('pages/screen/screen4/index.vue'),
children: []
},
{
path: 'sysConfig',
name: 'sysConfig',
component: () => import('pages/sysConfig/index.vue'),
}
// {
// redirect: '/web/screenTab/screen1',