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" /> - - - + + - - + +