配置
This commit is contained in:
@@ -295,6 +295,17 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
noCache: false,
|
||||
affix: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'generalSet',
|
||||
component: () => import('@/views/Basic/GeneralSet/index.vue'),
|
||||
name: 'GeneralSet',
|
||||
meta: {
|
||||
title: '通用配置',
|
||||
icon: 'ep:home-filled',
|
||||
noCache: false,
|
||||
affix: true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user