修复卖家发布页样式和全天时间选择

This commit is contained in:
yml2213
2026-06-04 21:45:07 +08:00
parent 4ebf7f75fe
commit c1b3dba83d
10 changed files with 2045 additions and 216 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ export const mobileRoutes: RouteRecordRaw[] = [
{
path: '/m/seller/listings/create',
name: 'mobile-seller-listing-create',
component: () => import('@/features/seller/views/SellerListingCreateView.vue'),
component: () => import('@/features/seller/views/MobileSellerListingCreateView.vue'),
meta: { layout: 'blank', requiresAuth: true, requiresRealname: true },
},
{