duanshenglang vor 7 Monaten
Ursprung
Commit
a15106def5

+ 1 - 1
lottery/carOwnerScreening.html

@@ -332,7 +332,7 @@
       if (!this.env || this.env === 'prod') {
         this.httpUrl = 'https://wlapi.wefanbot.com'
       } 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')

+ 1 - 1
lottery/lightUpWl.html

@@ -351,7 +351,7 @@
       if (!this.env || this.env === 'prod') {
         this.httpUrl = 'https://wlapi.wefanbot.com'
       } 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')

+ 2 - 1
lottery/registrationActivity.html

@@ -469,7 +469,8 @@
       if (!this.env || this.env === 'prod') {
         this.httpUrl = 'https://wlapi.wefanbot.com'
       } 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')
       if (this.isWeChatBrowser()) {

+ 1 - 1
lottery/signUp.html

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