From e79a6352208c979625fd179070f43279fbbd1b0f Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Thu, 9 Apr 2026 10:39:02 +0800 Subject: [PATCH] fix --- src/router/index.ts | 6 +++--- .../createSelect}/index.vue | 2 +- .../createSelectItem}/index.vue | 2 +- src/views/SellerDashboard/MyListings/{ => main}/index.vue | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename src/views/SellerDashboard/{MyListingCreateSelect => MyListings/createSelect}/index.vue (94%) rename src/views/SellerDashboard/{MyListingCreateSelectItem => MyListings/createSelectItem}/index.vue (94%) rename src/views/SellerDashboard/MyListings/{ => main}/index.vue (96%) diff --git a/src/router/index.ts b/src/router/index.ts index a32ec66e..2cad2ad3 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -203,19 +203,19 @@ const routes: Array = [ path: "index", name: "myListingsIndex", meta: { enter: "all" }, - component: () => import("@/views/SellerDashboard/MyListings/index.vue"), + component: () => import("@/views/SellerDashboard/MyListings/main/index.vue"), }, { path: "select", name: "myListingsSelect", meta: { enter: "all" }, - component: () => import("@/views/SellerDashboard/MyListingCreateSelect/index.vue"), + component: () => import("@/views/SellerDashboard/MyListings/createSelect/index.vue"), }, { path: "select/:id", name: "myListingsSelectItem", meta: { enter: "all" }, - component: () => import("@/views/SellerDashboard/MyListingCreateSelectItem/index.vue"), + component: () => import("@/views/SellerDashboard/MyListings/createSelectItem/index.vue"), }, ] }, diff --git a/src/views/SellerDashboard/MyListingCreateSelect/index.vue b/src/views/SellerDashboard/MyListings/createSelect/index.vue similarity index 94% rename from src/views/SellerDashboard/MyListingCreateSelect/index.vue rename to src/views/SellerDashboard/MyListings/createSelect/index.vue index 4fdccc62..8b5b1502 100644 --- a/src/views/SellerDashboard/MyListingCreateSelect/index.vue +++ b/src/views/SellerDashboard/MyListings/createSelect/index.vue @@ -1,6 +1,6 @@