li.shaoyi %!s(int64=2) %!d(string=hai) anos
pai
achega
4d2ee9fd0c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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,
+        },
       },
     ],
   },