From 66db5faf1b93ba3e9c48cf39b65bc2582cd6f890 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Sat, 27 Aug 2022 14:25:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E6=A8=A1?= =?UTF-8?q?=E7=B3=8A=E5=8C=96=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/public/config/basicConfig.js | 6 +- front/public/static/config/basicConfig.js | 2 +- .../Algorithm/AlgorithmUsageMode.vue | 51 +++++++++---- .../Application/ApplicationAbilityTrial.vue | 2 +- .../components/Business/BusinessUsageMode.vue | 49 ++++++++---- ...operOwningDepartmentAndServiceProvider.vue | 38 ++++++++-- .../LayerService/LayerServiceUsageMode.vue | 76 +++++++++++++------ 7 files changed, 159 insertions(+), 65 deletions(-) diff --git a/back/public/config/basicConfig.js b/back/public/config/basicConfig.js index 3297d175..d38313fe 100644 --- a/back/public/config/basicConfig.js +++ b/back/public/config/basicConfig.js @@ -2,15 +2,15 @@ * @Author: hisense.wuhongjian * @Date: 2022-08-25 14:37:49 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-08-26 16:56:59 + * @LastEditTime: 2022-08-27 11:02:09 * @Description: 告诉大家这是什么 */ var _global = {} var CONFIGITEM = { - // version: 'qingdao', // 青岛 + version: 'qingdao', // 青岛 // version: 'xihaian', // 西海岸 // version: 'test', // 测试 - version: 'frp', // 内网穿透 + // version: 'frp', // 内网穿透 // version: 'dev', // 开发 vNum: 'v0.8.7.1', configData: { diff --git a/front/public/static/config/basicConfig.js b/front/public/static/config/basicConfig.js index e8518f3e..7cea4c50 100644 --- a/front/public/static/config/basicConfig.js +++ b/front/public/static/config/basicConfig.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-08-25 17:19:45 + * @LastEditTime: 2022-08-27 10:59:21 * @Description: 系统静态参数配置 */ var _global = {} diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmUsageMode.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmUsageMode.vue index e819d89b..3bfeeb75 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmUsageMode.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmUsageMode.vue @@ -12,12 +12,7 @@ v-if="whoShow1 && whoShow1.itShowQingDao" style="width: 100%; display: flex; justify-content: center" > -
+
@@ -27,8 +22,16 @@

{{ item.link.name }} - - {{ item.link.value }} + + + {{ item.link.value }} +

@@ -94,15 +97,31 @@

{{ item.people.name }} - - {{ item.people.value }} + + + {{ item.people.value }} +

{{ item.phone.name }} - - {{ item.phone.value }} + + + {{ item.phone.value }} +

@@ -135,13 +154,13 @@
-
+
@@ -489,7 +508,9 @@ flex-direction: column; align-items: center; padding: 0.8rem 0; - + .blur-word { + filter: blur(4px); + } .content { margin-top: 0.3rem; display: flex; diff --git a/front/src/views/detailsAll/components/Application/ApplicationAbilityTrial.vue b/front/src/views/detailsAll/components/Application/ApplicationAbilityTrial.vue index 211764e3..b690f9d1 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationAbilityTrial.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationAbilityTrial.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-09 09:29:29 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-08-26 19:08:17 + * @LastEditTime: 2022-08-27 10:57:24 * @Description: 应用详情 -->