This commit is contained in:
李志鹏
2026-04-08 15:19:21 +08:00
parent fe93b375c4
commit dbb9d5f3bc
12 changed files with 271 additions and 25 deletions

View File

@@ -174,7 +174,7 @@ const routes: Array<RouteRecordRaw> = [
path: "becomeSeller",
name: "becomeSeller",
meta: { enter: "all" },
component: () => import("@/views/SellerDashboard/becomeSeller.vue"),
component: () => import("@/views/SellerDashboard/BecomeSeller/index.vue"),
},
{
path: "seller",