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 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 {