diff --git a/pages/mine/mine.wxml b/pages/mine/mine.wxml index 24b8f8f..4bc9a0b 100644 --- a/pages/mine/mine.wxml +++ b/pages/mine/mine.wxml @@ -1,7 +1,7 @@ - 我的 + 我的 diff --git a/pages/mine/mine.wxss b/pages/mine/mine.wxss index 20c8f88..7951461 100644 --- a/pages/mine/mine.wxss +++ b/pages/mine/mine.wxss @@ -3,12 +3,9 @@ page{ height: 100vh; width: 100%; background-color: #f7f7f7; - - - } .nase{ - height: 100%; + /* height: 100%; */ border: 3rpx solid #F7F7F7; border-radius: 30rpx; position: relative; diff --git a/utils/config.js b/utils/config.js index 613a26e..e786cec 100644 --- a/utils/config.js +++ b/utils/config.js @@ -8,6 +8,7 @@ module.exports = { // return 'https://epmet-preview.elinkservice.cn/api/' // 演示环境 // return 'http://192.168.1.144/api/' //测试环境 return 'http://219.146.91.110:30801/api/' + //return http://219.146.91.110:30801/api //外网 }