|
@@ -657,22 +657,7 @@ export const adminRoutes = [
|
|
meta: { title: i18n.t('tab.systemConfig'), icon: 'nested', noCache: true }
|
|
meta: { title: i18n.t('tab.systemConfig'), icon: 'nested', noCache: true }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/part_settings',
|
|
|
|
- component: Layout,
|
|
|
|
- redirect: '/part_settings/index/:id?',
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'index/:id?',
|
|
|
|
- component: () => import('@/views/ncs-orginazition/partInfoSetting'),
|
|
|
|
- name: 'admin-part-settings',
|
|
|
|
- meta: { title: i18n.t('tab.shopSetting'), icon: 'nested', noCache: true },
|
|
|
|
- hidden: true
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
|
|
+ },{
|
|
path: '/menu',
|
|
path: '/menu',
|
|
component: Layout,
|
|
component: Layout,
|
|
redirect: '/menu/index',
|
|
redirect: '/menu/index',
|
|
@@ -695,6 +680,12 @@ export const adminRoutes = [
|
|
component: () => import('@/views/ncs-orginazition/index'),
|
|
component: () => import('@/views/ncs-orginazition/index'),
|
|
name: 'admin-organization',
|
|
name: 'admin-organization',
|
|
meta: { title: i18n.t('tab.organization'), icon: 'tree', noCache: true }
|
|
meta: { title: i18n.t('tab.organization'), icon: 'tree', noCache: true }
|
|
|
|
+ },{
|
|
|
|
+ path: 'index/:id?',
|
|
|
|
+ component: () => import('@/views/ncs-orginazition/partInfoSetting'),
|
|
|
|
+ name: 'admin-part-settings',
|
|
|
|
+ meta: { title: i18n.t('tab.shopSetting'), icon: 'nested', noCache: true },
|
|
|
|
+ hidden: true
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|