diff --git a/src/assets/icons/sellerToolTipClose.svg b/src/assets/icons/seller/sellerToolTipClose.svg similarity index 100% rename from src/assets/icons/sellerToolTipClose.svg rename to src/assets/icons/seller/sellerToolTipClose.svg diff --git a/src/assets/images/sellerToolTip/sellerToolTip-1.png b/src/assets/images/seller/sellerToolTip-1.png similarity index 100% rename from src/assets/images/sellerToolTip/sellerToolTip-1.png rename to src/assets/images/seller/sellerToolTip-1.png diff --git a/src/assets/images/sellerToolTip/sellerToolTip-2.png b/src/assets/images/seller/sellerToolTip-2.png similarity index 100% rename from src/assets/images/sellerToolTip/sellerToolTip-2.png rename to src/assets/images/seller/sellerToolTip-2.png diff --git a/src/assets/images/sellerToolTip/sellerToolTip-3.png b/src/assets/images/seller/sellerToolTip-3.png similarity index 100% rename from src/assets/images/sellerToolTip/sellerToolTip-3.png rename to src/assets/images/seller/sellerToolTip-3.png diff --git a/src/router/index.ts b/src/router/index.ts index 1be69976..a32ec66e 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -192,7 +192,32 @@ const routes: Array = [ path: "myListings", name: "myListings", meta: { enter: "all" }, - component: () => import("@/views/SellerDashboard/BrandProfile/index.vue"), + children:[ + { + path: "", + name: "myListingsChild", + meta: { enter: "all" }, + redirect: "/home/seller/myListings/index", + }, + { + path: "index", + name: "myListingsIndex", + meta: { enter: "all" }, + component: () => import("@/views/SellerDashboard/MyListings/index.vue"), + }, + { + path: "select", + name: "myListingsSelect", + meta: { enter: "all" }, + component: () => import("@/views/SellerDashboard/MyListingCreateSelect/index.vue"), + }, + { + path: "select/:id", + name: "myListingsSelectItem", + meta: { enter: "all" }, + component: () => import("@/views/SellerDashboard/MyListingCreateSelectItem/index.vue"), + }, + ] }, { path: "myOrders", diff --git a/src/views/SellerDashboard/MyListingCreateSelect/index.vue b/src/views/SellerDashboard/MyListingCreateSelect/index.vue new file mode 100644 index 00000000..4fdccc62 --- /dev/null +++ b/src/views/SellerDashboard/MyListingCreateSelect/index.vue @@ -0,0 +1,47 @@ + + + \ No newline at end of file diff --git a/src/views/SellerDashboard/MyListingCreateSelectItem/index.vue b/src/views/SellerDashboard/MyListingCreateSelectItem/index.vue new file mode 100644 index 00000000..dffcf02f --- /dev/null +++ b/src/views/SellerDashboard/MyListingCreateSelectItem/index.vue @@ -0,0 +1,48 @@ + + + \ No newline at end of file diff --git a/src/views/SellerDashboard/MyListings/index.vue b/src/views/SellerDashboard/MyListings/index.vue new file mode 100644 index 00000000..0f245408 --- /dev/null +++ b/src/views/SellerDashboard/MyListings/index.vue @@ -0,0 +1,79 @@ + + + \ No newline at end of file diff --git a/src/views/SellerDashboard/seller-header.vue b/src/views/SellerDashboard/seller-header.vue index 33c693cb..7d26376c 100644 --- a/src/views/SellerDashboard/seller-header.vue +++ b/src/views/SellerDashboard/seller-header.vue @@ -51,6 +51,7 @@