Browse Source

feature/重定项代码

dy 1 year ago
parent
commit
ef336868ae
1 changed files with 1 additions and 1 deletions
  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",