|
|
@@ -50,8 +50,10 @@ function handleEnvVersion() {
|
|
|
development: 'http://192.168.0.11:8081',
|
|
|
// development: 'http://192.168.1.21:8080',
|
|
|
// development: 'https://smqjh.api.zswlgz.com',
|
|
|
- production: 'https://smqjh.api.zswlgz.com',
|
|
|
+ // production: 'https://smqjh.api.zswlgz.com',
|
|
|
+ production: 'http://47.109.84.152:8081',
|
|
|
}
|
|
|
+ console.log(mode, '==================mode===================')
|
|
|
return h5Server[mode as 'development' | 'production']
|
|
|
// #endif
|
|
|
// #ifdef MP-WEIXIN
|