This commit is contained in:
李志鹏
2026-04-09 17:17:52 +08:00
parent 5e1d43b5a0
commit 7fdd22fe63
15 changed files with 624 additions and 6 deletions

View File

@@ -223,13 +223,13 @@ const routes: Array<RouteRecordRaw> = [
path: "myOrders",
name: "myOrders",
meta: { enter: "all" },
component: () => import("@/views/SellerDashboard/BrandProfile/index.vue"),
component: () => import("@/views/SellerDashboard/MyOrders/index.vue"),
},
{
path: "settings",
name: "settings",
meta: { enter: "all" },
component: () => import("@/views/SellerDashboard/BrandProfile/index.vue"),
component: () => import("@/views/SellerDashboard/Settings/index.vue"),
},
],
},