Commit 2d51df95 authored by 黄奎's avatar 黄奎

11

parent e29aedbf
......@@ -122,10 +122,6 @@ export default {
let locationName = window.location.hostname;
let isOnline = 0; //0-本地测试,1-线上
let ocrUrl = "http://192.168.5.46:8888";
// domainUrl = "http://192.168.5.39:8083";
// domainUrl = "http://192.168.5.46:8501";
// domainUrl = "http://192.168.5.46";
// domainUrl = "http://reborn.oytour.com";
domainUrl = "http://192.168.5.214";
let crmLocalFileStreamDownLoadUrl = "";
crmLocalFileStreamDownLoadUrl = locationName.indexOf('oytour') !== -1 ? "http://crm.oytour.com" : "http://testcrm.oytour.com";
......@@ -134,9 +130,7 @@ export default {
//商城API
mallUrl = "http://192.168.5.214:8200";
lxymallUrl = "http://192.168.20.13:8088";
// crmUrl = "http://192.168.5.46:5003"
crmUrl = "http://192.168.5.56:8032"
// crmUrl = "http://crm.oytour.com";
erpSiteUrl = "http://localhost:8080/#/";
if (locationName.indexOf('testerp.oytour') !== -1) {
domainUrl = "http://testapi.oytour.com";
......@@ -1979,4 +1973,4 @@ export default {
return language;
}
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment