From 068c5dfb1eb763c7e77d63e3560e1fc7d9301397 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Fri, 24 Jun 2022 19:38:27 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/package.json | 6 +- front/public/index.html | 18 +- front/public/static/config/location.js | 20 +- front/src/views/home/DetailsPageconetent.vue | 907 +++++++++---------- 4 files changed, 459 insertions(+), 492 deletions(-) diff --git a/front/package.json b/front/package.json index 50e531b9..60073475 100644 --- a/front/package.json +++ b/front/package.json @@ -67,11 +67,11 @@ "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", "stylelint-config-recess-order": "^2.4.0", + "stylus": "^0.54.5", + "stylus-loader": "^3.0.2", "svg-sprite-loader": "^6.0.9", "vab-config": "0.0.8", - "webpackbar": "^5.0.0-3", - "stylus": "^0.54.5", - "stylus-loader": "^3.0.2" + "webpackbar": "^5.0.0-3" }, "gitHooks": { "pre-commit": "lint-staged" diff --git a/front/public/index.html b/front/public/index.html index feceaf8f..29147e1f 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-03-29 16:45:25 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-06-23 14:37:03 + * @LastEditTime: 2022-06-24 19:08:22 * @Description: 告诉大家这是什么 --> @@ -28,10 +28,10 @@ diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js index b8618151..cbb74731 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -2,12 +2,12 @@ * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-06-23 17:55:06 + * @LastEditTime: 2022-06-24 18:16:44 * @Description: 数据资源参数配置 */ -const newLocation = 'qingdao' +// const newLocation = 'qingdao' // const newLocation = 'baotou' -// const newLocation = 'xihaian' +const newLocation = 'qingdao' // 数据资源数据 const whoShow = {} @@ -57,39 +57,39 @@ if (newLocation === 'qingdao') { { name: '基础设施', key: 'lsjcss', - num: 20135, + num: '20135路', }, { name: '数据资源', key: 'lsjcss', - num: 857, + num: '857条', }, { name: '应用资源', key: 'lsjcss', - num: 28, + num: '28个', }, ] mapTestNum.xhaNum = [ { name: '基础设施', key: 'xhajcss', - num: 35282, + num: '35282路', }, { name: '数据资源', key: 'xhajcss', - num: 11, + num: '11条', }, { name: '应用资源', key: 'xhajcss', - num: 23, + num: '23个', }, { name: '组件服务', key: 'xhazjfw', - num: 8, + num: '8个', }, ] } diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index 4afa53f2..5c76500f 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -1,15 +1,11 @@