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