Browse Source

菜单修改及页面链接

master
yxt_njy 2 years ago
parent
commit
5882db0585
  1. 73
      base-ui/src/router/index.js

73
base-ui/src/router/index.js

@ -54,76 +54,57 @@ export const constantRoutes = [
}, },
] ]
}, },
// 客户中心
{ {
path: '1', path: 'customer',
component: Layout, component: Layout,
meta: { title: '客户中心' }, meta: { title: '客户中心' },
children: [ children: [
{ {
path: 'cgsq/PurchaseApplicationManagement', path: '/supervise/purchaseapplicationmanagement/purchaseapplicationmanagement',
component: () => import('@/views/supervise/purchaseapplicationmanagement/purchaseapplicationmanagement.vue'), component: () => import('@/views/supervise/purchaseapplicationmanagement/purchaseapplicationmanagement.vue'),
name: 'PurchaseApplicationManagement', name: 'purchaseapplicationmanagement',
meta: {title: '采购申请管理',noCache: true,} meta: {title: '采购申请管理',noCache: true,}
}, },
{ {
path: 'xzgys', path: '/supervise/supplierbankinfo/supplierbankinfo',
component: () => import('@/views/supervise/supplierbankinfo/supplierbankinfo.vue'), component: () => import('@/views/supervise/supplierbankinfo/supplierbankinfo.vue'),
name: 'supplierManagement', name: 'supplierManagement',
meta: {title: '供应商管理',noCache: true} meta: {title: '供应商管理',noCache: true}
}, },
{ {
path: '/404', path: 'dataReporting',
component: () => import('@/views/404'),
name: 'manufacturerPreference',
meta: {title: '厂商扣点汇总表',noCache: true}
},
{
path: 'cgsq',
component: Layout, component: Layout,
meta: {title: '数据上报'}, meta: {title: '数据上报'},
children: [ children: [
{ {
path: '/404', path: '/kucun/rkmx/index',
component: () => import('@/views/404'), component: () => import('@/views/kucun/rkmx/index.vue'),
name: 'manufacturerPreference', name: 'receiptDetailsReporting',
meta: {title: '综合数据上报',noCache: true} meta: {title: '入库明细上报',noCache: true}
},
{
path: '/404',
component: () => import('@/views/404'),
name: 'manufacturerPreference',
meta: {title: '入库上报',noCache: true}
}, },
{ {
path: '/404', path: '/kucun/kcxxcx/index',
component: () => import('@/views/404'), component: () => import('@/views/kucun/kcxxcx/index.vue'),
name: 'manufacturerPreference', name: 'inventoryDetailsReporting',
meta: {title: '库上报',noCache: true} meta: {title: '库存明细上报',noCache: true}
}, },
{ {
path: '/404', path: '/kucun/pfsjgl/index',
component: () => import('@/views/404'), component: () => import('@/views/kucun/pfsjgl/index.vue'),
name: 'manufacturerPreference', name: 'wholesaleDataReporting',
meta: {title: '库存上报',noCache: true} meta: {title: '批发数据上报',noCache: true}
}, },
{ {
path: '/404', path: '/404',
component: () => import('@/views/404'), component: () => import('@/views/404'),
name: 'manufacturerPreference', name: 'manufacturerPreference',
meta: {title: '销售上报',noCache: true} meta: {title: '销售明细上报',noCache: true}
}, },
{ {
path: '/404', path: '/404',
component: () => import('@/views/404'), component: () => import('@/views/404'),
name: 'manufacturerPreference', name: 'manufacturerPreference',
meta: {title: '仓库调拨上报',noCache: true} meta: {title: '仓库调拨上报',noCache: true}
},
{
path: '/404',
component: () => import('@/views/404'),
name: 'manufacturerPreference',
meta: {title: '配送批发上报',noCache: true}
} }
], ],
}, },
@ -180,7 +161,7 @@ export const constantRoutes = [
}, },
// 审批中心 // 审批中心
{ {
path: '', path: 'approvalCenter',
component: Layout, component: Layout,
meta: { title: '审批中心' }, meta: { title: '审批中心' },
children: [ children: [
@ -211,7 +192,7 @@ export const constantRoutes = [
] ]
}, },
{ {
path: '', path: 'messageCenter',
component: Layout, component: Layout,
meta: { title: '消息中心' }, meta: { title: '消息中心' },
children: [ children: [
@ -230,12 +211,12 @@ export const constantRoutes = [
] ]
}, },
{ {
path: '', path: 'reportCenter',
component: Layout, component: Layout,
meta: { title: '报表中心' }, meta: { title: '报表中心' },
children: [ children: [
{ {
path: 'reportCenter/salesReport', path: '/reportCenter/salesReport',
component: () => import('@/views/reportCenter/salesReport.vue'), component: () => import('@/views/reportCenter/salesReport.vue'),
name: 'salesReport', name: 'salesReport',
meta: {title: '销售报表',noCache: true,} meta: {title: '销售报表',noCache: true,}
@ -249,7 +230,7 @@ export const constantRoutes = [
] ]
}, },
{ {
path: '', path: 'riskControlManagement',
component: Layout, component: Layout,
meta: { title: '风控管理' }, meta: { title: '风控管理' },
children: [ children: [
@ -262,15 +243,15 @@ export const constantRoutes = [
] ]
}, },
{ {
path: '', path: 'systemManagement',
component: Layout, component: Layout,
meta: { title: '系统管理' }, meta: { title: '系统管理' },
children: [ children: [
{ {
path: 'risk/thresholdAnalysis', path: '/404',
component: () => import('@/views/risk/thresholdAnalysis.vue'), component: () => import('@/views/404'),
name: 'thresholdAnalysis', name: 'thresholdAnalysis',
meta: {title: '阀值分析',noCache: true,} meta: {title: '用户管理',noCache: true,}
} }
] ]
}, },

Loading…
Cancel
Save