Browse Source

多门店管理

rainwer 5 months ago
parent
commit
34ea96ec54
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/router/index.js

+ 2 - 1
src/router/index.js

@@ -50,7 +50,8 @@ export const constantRouters = [{
 {
   path: "/:pathMatch(.*)*",
   component: () => import('@/views/error/404'),
-  hidden: true
+  hidden: true,
+  redirect: '/index'
 },
 {
   path: '/401',