From 0b517a764f773c637acf9e0fb3929a8f8697d9c7 Mon Sep 17 00:00:00 2001 From: toesbieya <1647775459@qq.com> Date: Sun, 16 Aug 2020 21:48:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E6=8D=AE=E8=B7=AF=E7=94=B1=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/router/module/purchase.js | 6 +++--- vue/src/router/module/sell.js | 6 +++--- vue/src/view/index/component/PanelGroup/index.vue | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/vue/src/router/module/purchase.js b/vue/src/router/module/purchase.js index 1215016..7626fbd 100644 --- a/vue/src/router/module/purchase.js +++ b/vue/src/router/module/purchase.js @@ -1,7 +1,7 @@ /*路由表:采购管理*/ const router = { - path: '/doc/purchase', + path: '/purchase', component: 'Layout', meta: {title: '采购管理', icon: 'svg-shopping', alwaysShow: true}, children: [ @@ -29,7 +29,7 @@ const router = { return `查看采购订单${id}` } }, - activeMenu: '/doc/purchase/order', + activeMenu: '/purchase/order', usePathKey: true, commonModule: '@/view/purchase/order/detail' } @@ -58,7 +58,7 @@ const router = { return `查看采购入库单${id}` } }, - activeMenu: '/doc/purchase/inbound', + activeMenu: '/purchase/inbound', usePathKey: true, commonModule: '@/view/purchase/inbound/detail' } diff --git a/vue/src/router/module/sell.js b/vue/src/router/module/sell.js index 63499b5..dd568be 100644 --- a/vue/src/router/module/sell.js +++ b/vue/src/router/module/sell.js @@ -1,7 +1,7 @@ /*路由表:销售管理*/ const router = { - path: '/doc/sell', + path: '/sell', component: 'Layout', meta: {title: '销售管理', icon: 'svg-sell', alwaysShow: true}, children: [ @@ -29,7 +29,7 @@ const router = { return `查看销售订单${id}` } }, - activeMenu: '/doc/sell/order', + activeMenu: '/sell/order', usePathKey: true, commonModule: '@/view/sell/order/detail' } @@ -58,7 +58,7 @@ const router = { return `查看销售出库单${id}` } }, - activeMenu: '/doc/sell/outbound', + activeMenu: '/sell/outbound', usePathKey: true, commonModule: '@/view/sell/outbound/detail' } diff --git a/vue/src/view/index/component/PanelGroup/index.vue b/vue/src/view/index/component/PanelGroup/index.vue index 4222b91..3f1a0db 100644 --- a/vue/src/view/index/component/PanelGroup/index.vue +++ b/vue/src/view/index/component/PanelGroup/index.vue @@ -32,7 +32,7 @@ export default { }, { id: 'purchase', - path: '/doc/purchase/order', + path: '/purchase/order', icon: 'svg-shopping', color: variables.primary, value: 0, @@ -40,7 +40,7 @@ export default { }, { id: 'sell', - path: '/doc/sell/order', + path: '/sell/order', icon: 'svg-sell', color: variables.warning, value: 0,