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