소스 검색

feature/重定项代码

dy 1 년 전
부모
커밋
ef336868ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -27,7 +27,7 @@ export const constantRoutes: RouteRecordRaw[] = [
     name: "/",
     meta: { hidden: true },
     component: Layout,
-    // redirect: "/welcome",
+    redirect: "/welcome",
     children: [
       {
         path: "welcome",