diff --git a/front/src/router/index.js b/front/src/router/index.js index 8a34d071..729ba193 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -453,6 +453,15 @@ export const constantRoutes = [ icon: 'error-warning-line', }, }, + { + path: '/packagingDetails', + name: 'packagingDetails', + component: () => import('@/views/home/packagingDetails'), + meta: { + title: '打包模式详情', + icon: 'error-warning-line', + }, + }, { path: '/integrationServices', name: 'integrationServices', diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index e7510cd5..531885ad 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -6,153 +6,101 @@ 检测结果: {{ resourceTotal || '' }} 个{{ - cardType == '组件服务' ? '组件' : cardType == '应用资源' ? '应用' : '' + cardType == '组件服务' ? '组件' : cardType == '应用资源' ? '应用' : '' }}