|
|
@@ -44,8 +44,8 @@ function handleEnvVersion() {
|
|
|
// #ifdef H5
|
|
|
const mode = import.meta.env.MODE
|
|
|
const h5Server = {
|
|
|
- // development: 'http://47.109.84.152:8081',
|
|
|
- development: 'http://192.168.0.157:8080',
|
|
|
+ development: 'http://47.109.84.152:8081',
|
|
|
+ // development: 'http://192.168.0.157:8080',
|
|
|
production: 'https://smqjh.api.zswlgz.com',
|
|
|
}
|
|
|
return h5Server[mode as 'development' | 'production']
|