File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * @version :
44 * @Author : Jason chen
55 * @Date : 2020-06-26 17:46:26
6- * @LastEditors : sueRimn
7- * @LastEditTime : 2021-08-17 11:23:34
6+ * @LastEditors : Jason chen
7+ * @LastEditTime : 2021-08-30 15:13:17
88 */
99// 导入 vue-router
1010import Vue from 'vue' ;
@@ -21,15 +21,15 @@ const router = new VueRouter({
2121 routes : [
2222 {
2323 path : '/' ,
24- component : ( ) => import ( "../views/customToolbar/customToolbar.vue" ) ,
24+ component : ( ) => import ( /*webpackChunkName: "my-customToolbar-chunk"*/ "../views/customToolbar/customToolbar.vue" ) ,
2525 } ,
2626 {
2727 path : "/customToolbar" ,
28- component : ( ) => import ( "../views/customToolbar/customToolbar.vue" )
28+ component : ( ) => import ( /*webpackChunkName: "my-customToolbar-chunk"*/ "../views/customToolbar/customToolbar.vue" )
2929 } ,
3030 {
3131 path : "/renderModel" ,
32- component : ( ) => import ( "../views/renderModel/index.vue" )
32+ component : ( ) => import ( /*webpackChunkName: "renderModel-chunk"*/ "../views/renderModel/index.vue" )
3333 }
3434 ]
3535} )
You can’t perform that action at this time.
0 commit comments