zhangqun 11 months ago
commit 6cccf03bb9
  1. 2
      common/globalJs/globalJs.js
  2. 6
      pages/investigation/index.vue

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

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

Loading…
Cancel
Save