From ca603957cb2457fd00eec2a17842570dae8b3825 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Wed, 2 Nov 2022 14:03:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E6=88=B7=E9=9C=80=E6=B1=82=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/static/config/location.js | 10 +- front/src/api/file.js | 4 +- front/src/api/home.js | 2 +- front/src/config/default/net.config.js | 6 +- front/src/config/default/setting.config.js | 6 +- front/src/global/GlobalConfig.js | 6 +- .../components/ResourceAggregation.vue | 11 +- front/src/views/home/DetailsPageconetent.vue | 90 +++-- front/src/views/home/algorithmCompare.vue | 6 +- front/src/views/home/apply.vue | 222 +++++------ .../home/components/DetailsView_backL.vue | 2 +- front/src/views/home/components/header.vue | 20 +- front/src/views/home/constantData/showData.js | 15 +- .../views/home/detailsPageconetentTree.vue | 71 ++-- .../components/TheOverallProcess.vue | 2 +- .../instructionManual/components/menuBook.vue | 2 +- .../components/CapabilityConvergence.vue | 351 +++++++++++------- front/src/views/newHome/components/Header.vue | 4 +- .../views/newHome/components/Navigation.vue | 26 +- .../views/newHome/components/Navigation2.vue | 48 +-- .../views/newHome/components/WorkDynamics.vue | 46 +-- .../components/TheNewRelease.vue | 6 +- 22 files changed, 515 insertions(+), 441 deletions(-) diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js index bb935c74..85662af5 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 - * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-10-13 20:53:24 + * @LastEditors: Light + * @LastEditTime: 2022-11-01 15:39:13 * @Description: 数据资源参数配置 */ // eslint-disable-next-line no-undef @@ -32,7 +32,7 @@ if (newLocation !== 'baotou' && newLocation !== 'xihaian') { infrastructure.deptId = '1067246875800000066' navListManagement.navList = [ { name: '共享门户', key: 'home' }, - { name: '能力集市', key: 'DetailsPageconetent' }, + { name: '能力超市', key: 'DetailsPageconetent' }, // { name: '能力云图', key: 'capabilityCloud' }, { name: '能力统计', key: 'abilityStatistics' }, // { name: '开发指南', key: 'developmentGuide' }, @@ -121,7 +121,7 @@ else if (newLocation === 'baotou') { ] navListManagement.navList = [ { name: '共享门户', key: 'home' }, - { name: '能力集市', key: 'DetailsPageconetent' }, + { name: '能力超市', key: 'DetailsPageconetent' }, { name: '能力云图', key: 'capabilityCloud' }, { name: '能力统计', key: 'abilityStatistics' }, // { name: '开发指南', key: 'developmentGuide' }, @@ -492,7 +492,7 @@ else if (newLocation === 'xihaian') { ] navListManagement.navList = [ { name: '共享门户', key: 'home' }, - { name: '能力集市', key: 'DetailsPageconetent' }, + { name: '能力超市', key: 'DetailsPageconetent' }, { name: '能力云图', key: 'capabilityCloud' }, { name: '能力统计', key: 'abilityStatistics' }, // { name: '开发指南', key: 'developmentGuide' }, diff --git a/front/src/api/file.js b/front/src/api/file.js index b4f0d1ce..085a3a7f 100644 --- a/front/src/api/file.js +++ b/front/src/api/file.js @@ -105,14 +105,14 @@ let _cameraUrl = _global.config.camreaInfo && _global.config.camreaInfo.cameraUrl) || '10.134.135.92:9537' -//能力集市基础设施-左侧列表 +//能力超市基础设施-左侧列表 export function getCameraInfoByAreaId(params) { return axios.get( `http://${_cameraUrl}/data_service/getCamera/getCameraInfoByAreaId?areaId=${params.areaId}`, config2 ) } -//能力集市基础设施-摄像头 +//能力超市基础设施-摄像头 export function getCameraByCondition(params) { return axios.post( `http://${_cameraUrl}/data_service/getCamera/getCameraByCondition`, diff --git a/front/src/api/home.js b/front/src/api/home.js index 0b8269c3..ae9a6408 100644 --- a/front/src/api/home.js +++ b/front/src/api/home.js @@ -425,7 +425,7 @@ export function updateIntegrationServices(data) { }) } -// 全局搜索 +// 全文检索 export function getCountByFuzzyQuery(params, flag) { return request({ url: diff --git a/front/src/config/default/net.config.js b/front/src/config/default/net.config.js index 430af251..e7282886 100644 --- a/front/src/config/default/net.config.js +++ b/front/src/config/default/net.config.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2022-03-29 17:48:03 - * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-06-01 10:47:06 + * @LastEditors: Light + * @LastEditTime: 2022-11-02 09:59:26 * @Description: 告诉大家这是什么 */ /** @@ -14,7 +14,7 @@ const network = { //消息框消失时间 messageDuration: 3000, //最长请求时间 - requestTimeout: 60000, + requestTimeout: 300000, //操作正常code,支持String、Array、int多种类型 successCode: [200, 0], } diff --git a/front/src/config/default/setting.config.js b/front/src/config/default/setting.config.js index 204825b6..fa051c3e 100644 --- a/front/src/config/default/setting.config.js +++ b/front/src/config/default/setting.config.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2022-03-29 17:48:03 - * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-06-20 16:10:57 + * @LastEditors: Light + * @LastEditTime: 2022-11-01 15:37:34 * @Description: 告诉大家这是什么 */ /** @@ -32,7 +32,7 @@ const setting = { // ? 'http://15.2.21.158:9101' // : 'mock-server', //标题 (包括初次加载雪花屏的标题 页面的标题 浏览器的标题) - title: '城市云脑能力中心管理平台', + title: '政务信息系统生态运营平台', //标题分隔符 titleSeparator: ' - ', //标题是否反转 如果为false:"page - title",如果为ture:"title - page" diff --git a/front/src/global/GlobalConfig.js b/front/src/global/GlobalConfig.js index 66bf3de7..29b62918 100644 --- a/front/src/global/GlobalConfig.js +++ b/front/src/global/GlobalConfig.js @@ -506,6 +506,8 @@ export const RECOURCE_G_ICON = { '/src/assets/resourceManageMap/pic/point-resettlement-circle.png', } -// 能力集市-默认选中tab +// 能力超市-默认选中tab // 西海岸-默认基础设施 -export const DETAIL_PAGE_CONTENT_DEFAULT_TAB = whoShow.itShowXiHaiAn ? '基础设施' : '应用资源' +export const DETAIL_PAGE_CONTENT_DEFAULT_TAB = whoShow.itShowXiHaiAn + ? '基础设施' + : '应用系统' diff --git a/front/src/views/abilityStatistics/components/ResourceAggregation.vue b/front/src/views/abilityStatistics/components/ResourceAggregation.vue index 3d9d4741..012249bb 100644 --- a/front/src/views/abilityStatistics/components/ResourceAggregation.vue +++ b/front/src/views/abilityStatistics/components/ResourceAggregation.vue @@ -104,11 +104,11 @@ return message.error(res.data.msg) } let imgObj = { - 组件服务: require('../../../assets/abilityStatistics/banner-zj.png'), - 应用资源: require('../../../assets/abilityStatistics/banner-yy.png'), - 基础设施: require('../../../assets/abilityStatistics/banner-jc.png'), + 应用系统: require('../../../assets/abilityStatistics/banner-yy.png'), + GIS图层: require('../../../assets/abilityStatistics/banner-zj.png'), + 视频资源: require('../../../assets/abilityStatistics/banner-jc.png'), 数据资源: require('../../../assets/abilityStatistics/banner-sj.png'), - 知识库: require('../../../assets/abilityStatistics/banner-zs.png'), + 云网资源: require('../../../assets/abilityStatistics/banner-zs.png'), } res.data.data.total.forEach((val) => { let _obj = { @@ -172,7 +172,8 @@ // break // } }) - let arr = ['组件服务', '应用资源', '基础设施', '数据资源', '知识库'] + // let arr = ['组件服务', '应用资源', '基础设施', '数据资源', '知识库'] + let arr = ['应用系统', 'GIS图层', '视频资源', '数据资源', '云网资源'] dataList.value.dataList.sort((a, b) => { return arr.indexOf(a.type) - arr.indexOf(b.type) }) diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index 42474b96..d5e607da 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -2,13 +2,13 @@
-
+
-
+
模糊搜索 @@ -27,10 +27,10 @@ style="margin-left: 0.1rem" @click="globalSearch()" > - 全局搜索 + 全文检索