Explorar o código

refactor(路由): 更新预测审批模块的导入路径为vue文件

yz hai 6 días
pai
achega
cff8f815eb
Modificáronse 2 ficheiros con 1 adicións e 5 borrados
  1. 1 1
      src/router/views/index.js
  2. 0 4
      src/views/forecast-audit/index.js

+ 1 - 1
src/router/views/index.js

@@ -343,7 +343,7 @@ export default [
                 },
                 component: () =>
                     import(
-                        /* webpackChunkName: "views" */ "@/views/forecast-audit/index"
+                        /* webpackChunkName: "views" */ "@/views/forecast-audit/index.vue"
                     )
             }
         ]

+ 0 - 4
src/views/forecast-audit/index.js

@@ -1,4 +0,0 @@
-/**
- * 预测审批模块入口文件
- */
-export { default } from './auditIndex.js';