新增:产品详情页面

(cherry picked from commit 4f89eb6ba9)
This commit is contained in:
anhaohao
2024-01-11 17:51:45 +08:00
committed by shizhong
parent a959935cf8
commit d352e022b6
8 changed files with 253 additions and 131 deletions

View File

@ -515,6 +515,16 @@ const remainingRouter: AppRouteRecordRaw[] = [
hidden: true
},
component: () => import('@/views/crm/contact/detail/index.vue')
},
{
path: 'product/detail/:id',
name: 'CrmProductDetail',
meta: {
title: '产品详情',
noCache: true,
hidden: true
},
component: () => import('@/views/crm/product/detail/index.vue')
}
]
}