feat: 实现移动端我的商品管理列表,支持分类筛选、一键下架及重新提审

This commit is contained in:
yml
2026-05-25 09:31:54 +08:00
parent de4a4ac50e
commit e1ad98582b
3 changed files with 519 additions and 1 deletions
+6
View File
@@ -67,4 +67,10 @@ export const mobileRoutes: RouteRecordRaw[] = [
component: () => import('@/views/mobile/MobileSellerListingCreateView.vue'),
meta: { layout: 'blank', requiresAuth: true, requiresRealname: true },
},
{
path: '/m/seller/listings',
name: 'mobile-seller-listings',
component: () => import('@/views/mobile/MobileSellerListingsView.vue'),
meta: { layout: 'blank', requiresAuth: true },
},
]