From 32419e23c36b014c4321a06ab034df2d3bfd2215 Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Thu, 18 Jul 2024 11:32:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/globalJs/globalJs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/globalJs/globalJs.js b/common/globalJs/globalJs.js index 60bdfd0..513c417 100644 --- a/common/globalJs/globalJs.js +++ b/common/globalJs/globalJs.js @@ -2,7 +2,7 @@ // #ifdef APP-PLUS || MP // const baseUrl = "http://116.62.210.143:9002"; // const baseUrl = "http://118.89.79.160:8800/HiatmpPro"; -const baseUrl = "http://219.147.31.25:30001/tht-app-api"; +const baseUrl = "http://219.147.31.25:30001/tht-app-api/HiatmpPro"; const chatUrl = "http://219.147.31.25:30001/hitap"; // #endif // #ifdef H5 From 59347d582dc544bf8fb12240ec3143d3186cd751 Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Thu, 18 Jul 2024 12:21:05 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8E=92=E6=9F=A5=E5=86=8D=E6=AC=A1?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=95=B0=E6=8D=AE=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/investigation/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/investigation/index.vue b/pages/investigation/index.vue index 58665ab..2dadc6d 100644 --- a/pages/investigation/index.vue +++ b/pages/investigation/index.vue @@ -85,12 +85,12 @@ }, // 页面加载 onLoad(e) { - + this.getList() }, onShow: function() { this.getData() - this.getList() + }, // 计算属性 computed: { @@ -269,7 +269,7 @@ color: #666666; position: sticky; // top: var(--status-bar-height + 88rpx); - top: calc(var(--status-bar-height ) + 88rpx); + top: calc(var(--status-bar-height) + 88rpx); z-index: 10; .tab-item {