diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 08cf882..c7c015f 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -2196,16 +2196,16 @@ display: flex; align-items: center; - - .headovfu { + padding: 0 20rpx 0 0; flex: 1; height: 88rpx; - overflow: hidden; + overflow-x: scroll; display: flex; align-items: center; .mytab { + flex-shrink: 0; margin-left: 20rpx; .tab-item { @@ -2227,7 +2227,11 @@ color: #fff; } } - + &::-webkit-scrollbar { + width: 0; + height: 0; + color: transparent; + } } .headpade { diff --git a/utils/domain.js b/utils/domain.js index 1394fd5..feba7c1 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,7 +1,7 @@ // http.js使用域名 // const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试服务器1 -// const baseUrl = 'http://81.70.55.170:7070/api';// 测试服务器2 (优化) -const baseUrl = 'http://81.70.55.170:8080/autoSR/api';// 测试服务器3 (zk - 0719) +const baseUrl = 'http://81.70.55.170:7070/api';// 测试服务器2 (优化) +// const baseUrl = 'http://81.70.55.170:8080/autoSR/api';// 测试服务器3 (zk - 0719) // const baseUrl = 'http://127.0.0.1:8080/autoSR/api'; // 本地 // const baseUrl = 'http://192.168.31.231:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.149:8080/api'; // 盛浩