Browse Source

修改问题

master
yunuo970428 2 years ago
parent
commit
219f3a3a87
  1. 53
      base-ui/src/router/index.js

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

@ -121,6 +121,21 @@ export const constantRoutes = [{
title: '销售报表上传', title: '销售报表上传',
noCache: true noCache: true
} }
}, {
path: 'xssb',
component: () => import('@/views/xiaoshou/salesreport/salesreport.vue'),
name: 'SalesReport',
meta: { title: '销售上报', noCache: true }
}, {
path: 'ckdbsb',
component: () => import('@/views/xiaoshou/warehousetransferreport/warehousetransferreport.vue'),
name: 'WarehouseTransferReport',
meta: { title: '仓库调拨上报', noCache: true }
}, {
path: 'pssb',
component: () => import('@/views/xiaoshou/distributionreport/distributionreport.vue'),
name: 'DistributionReport',
meta: { title: '配送上报', noCache: true }
}] }]
}, { }, {
path: 'gysgl', path: 'gysgl',
@ -203,25 +218,25 @@ export const constantRoutes = [{
} }
}] }]
}, },
// 3库存信息 // // 3库存信息
{ // {
path: '/report', // path: '/report',
component: Layout, // component: Layout,
meta: { // meta: {
title: '报表中心' // title: '报表中心'
}, // },
children: [{ // children: [{
path: 'xsbb', // path: 'xsbb',
component: () => import('@/views/report/salesreport/index.vue'), // component: () => import('@/views/report/salesreport/index.vue'),
meta: { title: '销售报表' }, // meta: { title: '销售报表' },
children: [{ // children: [{
path: 'xsmx', // path: 'xsmx',
component: () => import('@/views/report/xsmx/index.vue'), // component: () => import('@/views/report/xsmx/index.vue'),
name: 'ReportXsmxIndex', // name: 'ReportXsmxIndex',
meta: { title: '销售明细', noCache: true } // meta: { title: '销售明细', noCache: true }
}] // }]
}] // }]
}, // },
// codemenu, // codemenu,
{ {
path: '/404', path: '/404',

Loading…
Cancel
Save