优化点击后的详情

This commit is contained in:
yml
2026-05-22 21:19:10 +08:00
parent 52d6a40fd3
commit 13bb77f89b
2 changed files with 553 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const router = createRouter({
{
path: "/m/listings/:id",
name: "mobile-listing-detail",
component: () => import("@/views/public/ListingDetailView.vue"),
component: () => import("@/views/mobile/MobileListingDetailView.vue"),
meta: { layout: "blank" },
},
{