Преглед на файлове

修改路由注册 modal 关联问题

sophieChenyx преди 6 години
родител
ревизия
a2d9b4a721
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/common/router.js

+ 2 - 2
src/common/router.js

@@ -390,11 +390,11 @@ export const getRouterData = (app) => {
 
     // 统计概览 贝尔安亲 需求增加
     '/dashboard/accounts': {
-      component: dynamicWrapper(app, ['trade'], () => import('../routes/Dashboard/Accounts')),
+      component: dynamicWrapper(app, [], () => import('../routes/Dashboard/Accounts')),
     },
     // 总统计表
     '/dashboard/accounts/totalList': {
-      component: dynamicWrapper(app, ['terminal', 'campus', 'merchant'], () => import('../routes/Dashboard/Accounts/AccountsTotalList')),
+      component: dynamicWrapper(app, ['accounts'], () => import('../routes/Dashboard/Accounts/AccountsTotalList')),
     },
     // 校区列表
     '/dashboard/accounts/campus': {