|
@@ -20,7 +20,7 @@ if (env.envVersion === "develop") {
|
|
|
} else if (env.envVersion === "trial") {
|
|
|
//体验版
|
|
|
|
|
|
- baseUrl = "https://cygxtest.hzinsights.com/api"; // 测试
|
|
|
+ baseUrl = "http://8.136.199.33:8500/api"; // 测试
|
|
|
//baseUrl = "https://cygx.hzinsights.com/api"; //生产
|
|
|
|
|
|
pcUrl = "https://cygxpctest.hzinsights.com/cygx_pc"; // 测试
|