瀏覽代碼

多门店管理

rainwer 5 月之前
父節點
當前提交
34ea96ec54
共有 1 個文件被更改,包括 2 次插入1 次删除
  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',