Browse Source

修改index 中的代码

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
161d564956
  1. 24
      src/router/views/index.js

24
src/router/views/index.js

@ -1115,18 +1115,18 @@ export default [
], ],
}, },
{ // {
path: '/distribution/checkInventoryTask/createTaskTemp', // path: '/distribution/checkInventoryTask/createTaskTemp',
component: Layout, // component: Layout,
redirect: '/distribution/checkInventoryTask/createTaskTemp', // redirect: '/distribution/checkInventoryTask/createTaskTemp',
children: [ // children: [
{ // {
path: '/distribution/checkInventoryTask/createTaskTemp', // path: '/distribution/checkInventoryTask/createTaskTemp',
name: '盘点重构', // name: '盘点重构',
component: () => import('@/views/distribution/checkInventoryTask/createTaskTemp.vue'), // component: () => import('@/views/distribution/checkInventoryTask/createTaskTemp.vue'),
}, // },
], // ],
}, // },
// { // {
// path: '/distribution/checkInventoryTask/createTaskTemp', // path: '/distribution/checkInventoryTask/createTaskTemp',
// component: Layout, // component: Layout,

Loading…
Cancel
Save