Commit 1a16ec7e authored by 黄奎's avatar 黄奎

页面修改

parent df4d3bcd
......@@ -119,6 +119,7 @@ export default {
let lxymallUrl = ''; //国内游api
let crmUrl = ""; //crm API
let locationName = window.location.hostname;
let ocrUrl="http://192.168.10.214:8150";
// domainUrl = "http://192.168.10.238:8083"; // 刘东电脑
// domainUrl = "http://192.168.10.226"; //春姐
domainUrl = "http://192.168.10.128"; //奎哥
......@@ -137,16 +138,19 @@ export default {
domainUrl = "http://testapi.oytour.com";
mallUrl = "https://mallapi.oytour.com";
lxymallUrl = "https://erpmallapi.oytour.com";
crmUrl = "http://testcrm.oytour.com"
crmUrl = "http://testcrm.oytour.com";
ocrUrl="http://ocr.oytour.com";
} else if (locationName.indexOf('oytour') !== -1) {
domainUrl = "http://reborn.oytour.com";
mallUrl = "https://mallapi.oytour.com";
lxymallUrl = "https://erpmallapi.oytour.com";
crmUrl = "http://crm.oytour.com"
crmUrl = "http://crm.oytour.com";
ocrUrl="http://ocr.oytour.com";
}
var obj = {
//主地址
DomainUrl: domainUrl,
ocrUrl:ocrUrl,//行程下载地址
//常用提交数据URL
PostUrl: domainUrl + "/api/common/post",
//上传文件URL
......
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