|
|
@@ -14,12 +14,12 @@ if (process.env.NODE_ENV === 'development') {
|
|
|
socketUrl = "";
|
|
|
} else if (process.env.NODE_ENV === 'production') {
|
|
|
// 生产环境
|
|
|
- // baseUrl = "https://test.baoxianzhanggui.com/web-api"; //测试
|
|
|
- // h5BaseUrl = "https://test.baoxianzhanggui.com/h5";
|
|
|
+ baseUrl = "https://test.baoxianzhanggui.com/web-api"; //测试
|
|
|
+ h5BaseUrl = "https://test.baoxianzhanggui.com/h5";
|
|
|
// baseUrl = "https://pre.baoxianzhanggui.com/web-api"; //预生产
|
|
|
// h5BaseUrl = "https://pre.baoxianzhanggui.com/h5";
|
|
|
- baseUrl = "https://sxzgkj.baoxianzhanggui.com/web-api"; //生产
|
|
|
- h5BaseUrl = "https://sxzgkj.baoxianzhanggui.com/h5";
|
|
|
+ // baseUrl = "https://sxzgkj.baoxianzhanggui.com/web-api"; //生产
|
|
|
+ // h5BaseUrl = "https://sxzgkj.baoxianzhanggui.com/h5";
|
|
|
socketUrl = "";
|
|
|
}
|
|
|
const courtConfig = {
|