|
@@ -9,7 +9,7 @@ if (process.env.NODE_ENV === 'development') {
|
|
|
// baseUrl = "http://192.168.5.163:8001"; //刘斌
|
|
// baseUrl = "http://192.168.5.163:8001"; //刘斌
|
|
|
// baseUrl = "http://192.168.5.150:8001"; //徐强
|
|
// baseUrl = "http://192.168.5.150:8001"; //徐强
|
|
|
baseUrl = "https://tennat.baoxianzhanggui.com/test_api"; //测试
|
|
baseUrl = "https://tennat.baoxianzhanggui.com/test_api"; //测试
|
|
|
- h5BaseUrl = "https://tennat.baoxianzhanggui.com/h5";
|
|
|
|
|
|
|
+ h5BaseUrl = "https://tennat.baoxianzhanggui.com/test_h5";
|
|
|
// baseUrl = "https://pre.baoxianzhanggui.com/web-api"; //预生产
|
|
// baseUrl = "https://pre.baoxianzhanggui.com/web-api"; //预生产
|
|
|
// h5BaseUrl = "https://pre.baoxianzhanggui.com/h5";
|
|
// h5BaseUrl = "https://pre.baoxianzhanggui.com/h5";
|
|
|
// baseUrl = "https://tennat.baoxianzhanggui.com/api/"; //生产
|
|
// baseUrl = "https://tennat.baoxianzhanggui.com/api/"; //生产
|
|
@@ -19,8 +19,8 @@ if (process.env.NODE_ENV === 'development') {
|
|
|
TIANDITU_KEY = '136ae3986cd93fd603e0daef17911014';
|
|
TIANDITU_KEY = '136ae3986cd93fd603e0daef17911014';
|
|
|
} else if (process.env.NODE_ENV === 'production') {
|
|
} else if (process.env.NODE_ENV === 'production') {
|
|
|
// 生产环境
|
|
// 生产环境
|
|
|
- baseUrl = "https://tennat.baoxianzhanggui.com/api"; //测试
|
|
|
|
|
- h5BaseUrl = "https://tennat.baoxianzhanggui.com/h5";
|
|
|
|
|
|
|
+ baseUrl = "https://tennat.baoxianzhanggui.com/test_api"; //测试
|
|
|
|
|
+ h5BaseUrl = "https://tennat.baoxianzhanggui.com/test_h5";
|
|
|
// baseUrl = "https://pre.baoxianzhanggui.com/web-api"; //预生产
|
|
// baseUrl = "https://pre.baoxianzhanggui.com/web-api"; //预生产
|
|
|
// h5BaseUrl = "https://pre.baoxianzhanggui.com/h5";
|
|
// h5BaseUrl = "https://pre.baoxianzhanggui.com/h5";
|
|
|
// baseUrl = "https://sxzgkj.baoxianzhanggui.com/web-api"; //生产
|
|
// baseUrl = "https://sxzgkj.baoxianzhanggui.com/web-api"; //生产
|