Commit 8bafe480 authored by 黄奎's avatar 黄奎

11

parent 7067d6d4
...@@ -123,8 +123,8 @@ export default { ...@@ -123,8 +123,8 @@ export default {
let isOnline = 0; //0-本地测试,1-线上 let isOnline = 0; //0-本地测试,1-线上
let ocrUrl = "http://192.168.5.46:8888"; let ocrUrl = "http://192.168.5.46:8888";
//domainUrl = "http://192.168.5.46"; //domainUrl = "http://192.168.5.46";
domainUrl = "http://192.168.5.39:8083" domainUrl = "http://192.168.5.46"
//domainUrl = "http://192.168.5.204:8030" //domainUrl = "http://192.168.5.204:8046"
//domainUrl = "http://192.168.5.46" //domainUrl = "http://192.168.5.46"
let crmLocalFileStreamDownLoadUrl = ""; let crmLocalFileStreamDownLoadUrl = "";
...@@ -145,12 +145,12 @@ export default { ...@@ -145,12 +145,12 @@ export default {
erpSiteUrl = "http://admin.oytour.com/#/"; erpSiteUrl = "http://admin.oytour.com/#/";
isOnline = 1; isOnline = 1;
} else if (locationName.indexOf('ys.oytour') !== -1) { } else if (locationName.indexOf('ys.oytour') !== -1) {
domainUrl = "http://testapi.oytour.com"; domainUrl = "http://reborn.oytour.com";
mallUrl = "https://mallapi.oytour.com"; mallUrl = "https://mallapi.oytour.com";
lxymallUrl = "https://erpmallapi.oytour.com"; lxymallUrl = "https://erpmallapi.oytour.com";
crmUrl = "http://crm.oytour.com"; crmUrl = "http://crm.oytour.com";
ocrUrl = "http://ocr.oytour.com"; ocrUrl = "http://ocr.oytour.com";
erpSiteUrl = "http://admin.oytour.com/#/"; erpSiteUrl = "http://ys.oytour.com/#/";
isOnline = 1; isOnline = 1;
} else if (locationName.indexOf('oytour') !== -1) { } else if (locationName.indexOf('oytour') !== -1) {
domainUrl = "http://reborn.oytour.com"; domainUrl = "http://reborn.oytour.com";
......
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