|
|
@ -2,7 +2,7 @@ |
|
|
App({ |
|
|
App({ |
|
|
|
|
|
|
|
|
release: false, |
|
|
release: false, |
|
|
httpUrl: 'http://192.168.0.106:9000', |
|
|
|
|
|
|
|
|
httpUrl: 'https://api-test.qniao.cn', |
|
|
tmplIds: ['kg0T1ve0FpYrEtZ4ExbypHm8mtS7OJaehvqN_T9ypoI'], |
|
|
tmplIds: ['kg0T1ve0FpYrEtZ4ExbypHm8mtS7OJaehvqN_T9ypoI'], |
|
|
globalData: { |
|
|
globalData: { |
|
|
userInfo: {}, |
|
|
userInfo: {}, |
|
|
@ -19,9 +19,9 @@ App({ |
|
|
// this.httpUrl = 'https://mini.qniao.cn'
|
|
|
// this.httpUrl = 'https://mini.qniao.cn'
|
|
|
// }
|
|
|
// }
|
|
|
if (this.release) { |
|
|
if (this.release) { |
|
|
this.httpUrl = 'https://mini.qniao.cn' |
|
|
|
|
|
|
|
|
this.httpUrl = 'https://api.qniao.cn' |
|
|
} else { |
|
|
} else { |
|
|
this.httpUrl = 'http://192.168.0.106:9000' |
|
|
|
|
|
|
|
|
this.httpUrl = 'https://api-test.qniao.cn' |
|
|
} |
|
|
} |
|
|
wx.getSystemInfo({ |
|
|
wx.getSystemInfo({ |
|
|
success: e => { |
|
|
success: e => { |
|
|
|