li.shaoyi 2 년 전
부모
커밋
4d2ee9fd0c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/packages/mobile/router/index.ts

+ 3 - 0
src/packages/mobile/router/index.ts

@@ -129,6 +129,9 @@ const routes: Array<RouteRecordRaw> = [
         path: "spot",
         name: "MarketSpot",
         component: () => import("../views/market/spot/index.vue"),
+        meta: {
+          ignoreAuth: true,
+        },
       },
     ],
   },