|
@@ -469,7 +469,8 @@
|
|
|
if (!this.env || this.env === 'prod') {
|
|
if (!this.env || this.env === 'prod') {
|
|
|
this.httpUrl = 'https://wlapi.wefanbot.com'
|
|
this.httpUrl = 'https://wlapi.wefanbot.com'
|
|
|
} else {
|
|
} else {
|
|
|
- this.httpUrl = 'http://test.wefanbot.com:18993'
|
|
|
|
|
|
|
+ this.httpUrl = 'https://test.wefanbot.com:28993'
|
|
|
|
|
+ // this.httpUrl = 'http://192.168.1.147:18993'
|
|
|
}
|
|
}
|
|
|
localStorage.removeItem('openId')
|
|
localStorage.removeItem('openId')
|
|
|
if (this.isWeChatBrowser()) {
|
|
if (this.isWeChatBrowser()) {
|