ZaiZai 1 anno fa
parent
commit
9e88d785cf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/router/modules/base.js

+ 1 - 1
src/router/modules/base.js

@@ -748,7 +748,7 @@ export default [
                 path: '/funding/budget',
                 name: 'funding-budget',
                 meta: { title: '资金预算计划' },
-                component: () => import('~src/funding/budget.vue'),
+                component: () => import('~src/views/funding/budget.vue'),
             },
         ],
     },