卖家
This commit is contained in:
@@ -163,6 +163,20 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: "otherUsers",
|
||||
meta: { enter: "all" },
|
||||
component: () => import("@/component/Account/otherUsers.vue"),
|
||||
},
|
||||
{
|
||||
path: "seller",
|
||||
name: "seller",
|
||||
meta: { enter: "all" },
|
||||
component: () => import("@/views/SellerDashboard/index.vue"),
|
||||
children:[
|
||||
{
|
||||
path: "brandProfile",
|
||||
name: "brandProfile",
|
||||
meta: { enter: "all" },
|
||||
component: () => import("@/views/SellerDashboard/BrandProfile/index.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user