This commit is contained in:
2025-08-25 17:04:15 +08:00
9 changed files with 480 additions and 4 deletions

View File

@@ -230,6 +230,14 @@ const routes = [
title: '客服中心'
}
},
{
path: '/productsummary/:id',
name: 'productSummary',
component: () => import('@/views/productSummary.vue'),
meta: {
title: '商品汇总'
}
},
{
path: '/:pathMatch(.*)*',
name: 'NotFound',