|
@@ -8,13 +8,13 @@ const HomeRoutes = {
|
|
|
//using el svg icon, the elSvgIcon first when at the same time using elSvgIcon and icon
|
|
|
meta: { title: '系统配置', elSvgIcon: 'Fold', breadcrumb: false },
|
|
|
children: [
|
|
|
- // {
|
|
|
- // path: "/systemSettings/securityPolicy",
|
|
|
- // name: "SecurityPolicy",
|
|
|
- // meta: { title: "安全策略", elSvgIcon: "Fold", icon: "table" },
|
|
|
- // component: () =>
|
|
|
- // import("@/views/systemSettings/securityPolicy/index.vue"),
|
|
|
- // },
|
|
|
+ {
|
|
|
+ path: "/systemSettings/securityPolicy",
|
|
|
+ name: "SecurityPolicy",
|
|
|
+ meta: { title: "登录策略", elSvgIcon: "Fold", icon: "table" },
|
|
|
+ component: () =>
|
|
|
+ import("@/views/systemSettings/securityPolicy/index.vue"),
|
|
|
+ },
|
|
|
{
|
|
|
path: '/systemSettings/securityPolicyedit',
|
|
|
name: 'SecurityPolicyedit',
|
|
@@ -153,14 +153,14 @@ const HomeRoutes = {
|
|
|
path: '/systemSettings/sourceserviceEdit',
|
|
|
name: 'SourceserviceEdit',
|
|
|
hidden: true,
|
|
|
- meta: { title: '编辑源数据管理', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '编辑数据源管理', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
component: () =>
|
|
|
import('@/views/systemSettings/sourceserviceEdit/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
path: '/systemSettings/sourceTube',
|
|
|
name: 'SourceTube',
|
|
|
- meta: { title: '源数据管理', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '数据源管理', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
component: () => import('@/views/systemSettings/sourceTube/index.vue'),
|
|
|
},
|
|
|
{
|