|
@@ -121,11 +121,12 @@
|
|
|
(function() {
|
|
|
var host = window.location.hostname;
|
|
|
var apiUrl;
|
|
|
+
|
|
|
|
|
|
// 设置不同环境下的 API 地址
|
|
|
if (host === '192.168.0.109') {
|
|
|
apiUrl = 'http://192.168.0.109:8088/web-apps/apps/api/documents/api.js';
|
|
|
- } else if (host === '219.151.181.73') {
|
|
|
+ } else if (host === 'testmanger.hcxxy.com') {
|
|
|
apiUrl = 'http://219.151.181.73:8088/web-apps/apps/api/documents/api.js';
|
|
|
} else if (host === '183.247.216.148') {
|
|
|
apiUrl = 'http://183.247.216.148:8088/web-apps/apps/api/documents/api.js';
|