修改详情路由参数配置
parent
0529fd569c
commit
332fd9f9f5
|
|
@ -101,7 +101,7 @@ const router = createRouter({
|
|||
component: () => import("@/views/business/insight/list.vue"),
|
||||
},
|
||||
{
|
||||
path: 'business/insight/detail/:cid/:id',
|
||||
path: 'business/insight/detail/:id',
|
||||
name: 'insightDetail',
|
||||
meta: {
|
||||
title: 'AI商情-行业洞察',
|
||||
|
|
|
|||
Loading…
Reference in New Issue