li.shaoyi 2 years ago
parent
commit
4d2ee9fd0c
1 changed files with 3 additions and 0 deletions
  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,
+        },
       },
     ],
   },