| @@ -15,7 +15,7 @@ | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view class="settingGroup"> | <view class="settingGroup"> | ||||
| <!-- <navigator class="line" url="/pages/mine/messageList"> | |||||
| <navigator class="line" url="/pages/mine/messageList"> | |||||
| <view class="title" style="width: 19%;"> | <view class="title" style="width: 19%;"> | ||||
| <image src="/static/images/studyhot.png" mode=""></image> | <image src="/static/images/studyhot.png" mode=""></image> | ||||
| 消息 | 消息 | ||||
| @@ -23,7 +23,7 @@ | |||||
| <view class="right"> | <view class="right"> | ||||
| <image src="/static/images/right-arrow.png" mode=""></image> | <image src="/static/images/right-arrow.png" mode=""></image> | ||||
| </view> | </view> | ||||
| </navigator> --> | |||||
| </navigator> | |||||
| <navigator class="line" url="/pages/mine/Myprofile"> | <navigator class="line" url="/pages/mine/Myprofile"> | ||||
| <view class="title"> | <view class="title"> | ||||
| <image src="/static/images/setting.png" mode=""></image> | <image src="/static/images/setting.png" mode=""></image> | ||||
| @@ -1,10 +1,10 @@ | |||||
| const base = 'http://81.70.55.170:9999'; // 测试站 | |||||
| // const base = 'http://81.70.55.170:9999'; // 测试站 | |||||
| // const base = 'http://127.0.0.1:9999'; // 本地 | // const base = 'http://127.0.0.1:9999'; // 本地 | ||||
| // const base = 'http://192.168.31.148:9999' ;// 泽明 | // const base = 'http://192.168.31.148:9999' ;// 泽明 | ||||
| // const base = 'http://192.168.31.86:9999' ;// 胜浩 | // const base = 'http://192.168.31.86:9999' ;// 胜浩 | ||||
| // const base = 'http://192.168.31.161:9999' // 长龙 | // const base = 'http://192.168.31.161:9999' // 长龙 | ||||
| // const base = 'https://zanyong.hfju.com';// 正式 AI销管// 弃用 | // const base = 'https://zanyong.hfju.com';// 正式 AI销管// 弃用 | ||||
| // const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手 | |||||
| const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手 | |||||
| // http.js使用 | // http.js使用 | ||||
| const baseUrl = `${base}/autoSR/api`; | const baseUrl = `${base}/autoSR/api`; | ||||