|
@@ -9,8 +9,8 @@ export default {
|
|
|
//#endif
|
|
|
|
|
|
//#ifdef H5
|
|
|
- // baseUrl: "https://gateWay.usky.cn/prod-api",
|
|
|
- baseUrl: import.meta.env.MODE === "production" ? `https://${window.location.host}/prod-api` : `http://192.168.10.165:801/dev-api`,
|
|
|
+ baseUrl: "https://gateWay.usky.cn/prod-api",
|
|
|
+ // baseUrl: import.meta.env.MODE === "production" ? `https://${window.location.host}/prod-api` : `http://192.168.10.165:801/dev-api`,
|
|
|
//#endif
|
|
|
|
|
|
websiteUrl: "https://qhome.usky.cn",
|