diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js index 8329cebe..895db563 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -36,6 +36,7 @@ if (newLocation === 'qingdao') { { name: '区市站点', key: 'mapTest' }, // { name: '后台管理', key: 'houtaiguanli' }, { name: '赋能案例', key: 'assignCase' }, + { name: '融合服务', key: 'integrationServices' }, ] footerDataList.footerList = { company: { diff --git a/front/src/api/home.js b/front/src/api/home.js index 2f536134..f5e9d1fa 100644 --- a/front/src/api/home.js +++ b/front/src/api/home.js @@ -329,3 +329,23 @@ export function getApplyCameraList(id) { method: 'get', }) } + +// 融合服务--start +// 融合服务--列表 +export function getIntegrationServicesList(params) { + return request({ + url: '/fuse/page', + method: 'get', + params + }) +} + +// 融合服务--详情 +export function getIntegrationDetail(id) { + return request({ + url: '/fuse/' + id, + method: 'get', + }) +} + +// 融合服务--end diff --git a/front/src/assets/home/rhfw_square.png b/front/src/assets/home/rhfw_square.png new file mode 100644 index 00000000..c257bb0a Binary files /dev/null and b/front/src/assets/home/rhfw_square.png differ diff --git a/front/src/router/index.js b/front/src/router/index.js index 6db96ff7..1810bdec 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -444,6 +444,24 @@ export const constantRoutes = [ icon: 'error-warning-line', }, }, + { + path: '/integrationServicesDetails', + name: 'integrationServicesDetails', + component: () => import('@/views/home/integrationServicesDetails'), + meta: { + title: '详情', + icon: 'error-warning-line', + }, + }, + { + path: '/integrationServices', + name: 'integrationServices', + component: () => import('@/views/home/integrationServices'), + meta: { + title: '列表', + icon: 'error-warning-line', + }, + }, ] export const asyncRoutes = [ { diff --git a/front/src/views/detailsAll/components/Application/ApplicationCommonProblem.vue b/front/src/views/detailsAll/components/Application/ApplicationCommonProblem.vue index 967a2296..834c6104 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationCommonProblem.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationCommonProblem.vue @@ -4,7 +4,7 @@
-
+
@@ -16,6 +16,9 @@
+
+ 暂无数据 +
@@ -120,4 +123,12 @@ } } } + + .no-data { + background: transparent !important; + color: #212121; + text-align: center; + padding: 0.5rem 0; + font-size: 0.2rem; + } diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index b2645069..72ba016f 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -10,106 +10,60 @@
-
- +
+ {{ item.name }}
模糊搜索 - +
-