|
@@ -532,9 +532,7 @@ export const xt_constantRouterMap = [
|
532
|
532
|
{ path: '/role/perview', component: () => import('@/xt_pages/role/EditPerview'), name: 'setupPerview', meta: { title: 'setupPerview', noCache: true }, hidden: true, is_menu: false },
|
533
|
533
|
{ path: '/role/admin/specialpermission', component: () => import('@/xt_pages/role/special_permission'), name: 'special_permission_manage', meta: { title: 'special_permission_manage' }}
|
534
|
534
|
]
|
535
|
|
- },
|
536
|
|
-
|
537
|
|
- {
|
|
535
|
+ }, {
|
538
|
536
|
path: '/fullscreenboard',
|
539
|
537
|
component: () => import('@/xt_pages/fullscreenboard/index'),
|
540
|
538
|
hidden: true
|
|
@@ -766,7 +764,7 @@ export const xt_asyncRouterMap = [
|
766
|
764
|
// },
|
767
|
765
|
// { path: '/dialysis/board', component: () => import('@/xt_pages/dialysis/bulletinBoard'), name: '数据看板', meta: { title: '数据看板' }},
|
768
|
766
|
// ]
|
769
|
|
- // },
|
|
767
|
+ // },
|
770
|
768
|
// {
|
771
|
769
|
// path: '/stock/',
|
772
|
770
|
// component: Layout,
|
|
@@ -775,12 +773,6 @@ export const xt_asyncRouterMap = [
|
775
|
773
|
// meta: { title: 'stockManage', icon: 'stock' },
|
776
|
774
|
// children: [
|
777
|
775
|
// {
|
778
|
|
- // path: '/stock/config',
|
779
|
|
- // component: () => import('@/xt_pages/stock/index'),
|
780
|
|
- // name: 'config',
|
781
|
|
- // meta: { title: 'config' }
|
782
|
|
- // },
|
783
|
|
- // {
|
784
|
776
|
// path: '/stock/in',
|
785
|
777
|
// component: () => import('@/xt_pages/stock/stockInOrder'),
|
786
|
778
|
// name: 'stockInOrder',
|
|
@@ -790,7 +782,7 @@ export const xt_asyncRouterMap = [
|
790
|
782
|
// component: () => import('@/xt_pages/stock/salesReturnOrder'),
|
791
|
783
|
// name: 'salesReturnOrder',
|
792
|
784
|
// meta: { title: 'salesReturnOrder', noCache: true }
|
793
|
|
- // },
|
|
785
|
+ // },
|
794
|
786
|
// {
|
795
|
787
|
// path: '/stock/out',
|
796
|
788
|
// component: () => import('@/xt_pages/stock/stockOutOrder'),
|
|
@@ -887,6 +879,12 @@ export const xt_asyncRouterMap = [
|
887
|
879
|
// hidden: true,
|
888
|
880
|
// is_menu: false,
|
889
|
881
|
// meta: { title: 'cancelStockDetail', noCache: true }
|
|
882
|
+ // },
|
|
883
|
+ // {
|
|
884
|
+ // path: '/stock/config',
|
|
885
|
+ // component: () => import('@/xt_pages/stock/index'),
|
|
886
|
+ // name: 'config',
|
|
887
|
+ // meta: { title: 'config' }
|
890
|
888
|
// }
|
891
|
889
|
|
892
|
890
|
// ]
|