修改详情路由参数配置

master
fuxiaochun 2023-08-18 15:33:44 +08:00
parent 0529fd569c
commit 332fd9f9f5
1 changed files with 1 additions and 1 deletions

View File

@ -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商情-行业洞察',