From e992c9cdfd3f5ad878f7256a6866eceb5cae4f34 Mon Sep 17 00:00:00 2001 From: "BOOL\\25024" Date: Wed, 19 Jul 2023 11:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=E5=95=86=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=9F=A5=E7=9C=8B=E5=A4=A7=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/router/index.js | 14 ++-- jsowell-ui/src/views/pile/merchant/index.vue | 80 ++++++++++++-------- 2 files changed, 57 insertions(+), 37 deletions(-) diff --git a/jsowell-ui/src/router/index.js b/jsowell-ui/src/router/index.js index 481c601c0..0492be725 100644 --- a/jsowell-ui/src/router/index.js +++ b/jsowell-ui/src/router/index.js @@ -166,32 +166,32 @@ export const constantRoutes = [ }, ], }, - { + { path: "/financial/merchant", component: Layout, - hidden: true, + hidden: true, children: [ { path: "merchantVirtual", component: () => import("@/views/financial/components/virtualFinance"), name: "merchantVirtual", - meta: { title: "虚拟财务",activeMenu: "/financial/merchant"}, + meta: { title: "虚拟财务", activeMenu: "/financial/merchant" }, }, ], }, { - path: "/financial/merchant", + path: "/financial/merchant", component: Layout, - hidden: true, + hidden: true, children: [ { path: "cleanFinancial", component: () => import("@/views/financial/components/cleanFinancial"), name: "cleanFinancial", - meta: { title: "清分财务",activeMenu: "/financial/merchant"}, + meta: { title: "清分财务", activeMenu: "/financial/merchant" }, }, ], - } + } ]; // 动态路由,基于用户权限动态去加载 diff --git a/jsowell-ui/src/views/pile/merchant/index.vue b/jsowell-ui/src/views/pile/merchant/index.vue index 4f04f2cbb..dcf8ab24a 100644 --- a/jsowell-ui/src/views/pile/merchant/index.vue +++ b/jsowell-ui/src/views/pile/merchant/index.vue @@ -129,12 +129,15 @@ align="center" prop="servicePhone" /> - - - + + - - + +