fengchuanyu 2 ماه پیش
والد
کامیت
29738659bc
2فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      12_vuecli/myapp/src/router/index.js
  2. 0 0
      12_vuecli/myapp/src/views/ErrorPage.vue

+ 1 - 1
12_vuecli/myapp/src/router/index.js

@@ -58,7 +58,7 @@ const routes = [
   },{
     path:'*',
     name:'error',
-    component:() => import("../views/Error.vue")
+    component:() => import("../views/ErrorPage.vue")
   }
 ]
 

+ 0 - 0
12_vuecli/myapp/src/views/Error.vue → 12_vuecli/myapp/src/views/ErrorPage.vue