소스 검색

修改bug

shuhao 2 달 전
부모
커밋
9848c203a0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/router/mainRoutes.js

+ 2 - 2
src/router/mainRoutes.js

@@ -10,8 +10,8 @@ export default [
     {
         path: "/home",
         name: "Home",
-        // component: () => import("@/views/home/index.vue"),
-        component: () => import("@/views/authentic/index.vue"),
+        component: () => import("@/views/home/index.vue"),
+        // component: () => import("@/views/authentic/index.vue"),
     },
     {
         path: "/garden-file",