Browse Source

多门店管理

rainwer 5 tháng trước cách đây
mục cha
commit
34ea96ec54
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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',