Commit 7e46273a authored by youjie's avatar youjie

no message

parent 84eea341
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
Vue.prototype.domainManager = function() { Vue.prototype.domainManager = function() {
//CRM API //CRM API
let domainUrl = ""; let domainUrl = "";
// domainUrl = "http://192.168.10.46:8500"; // domainUrl = "http://192.168.10.128:8500";
domainUrl = "http://192.168.10.9:8098"; domainUrl = "http://192.168.10.9:8098";
// domainUrl = "http://192.168.10.226"; // domainUrl = "http://192.168.10.226";
// domainUrl = "http://crm.oytour.com" // domainUrl = "http://crm.oytour.com"
...@@ -21,9 +21,9 @@ export default { ...@@ -21,9 +21,9 @@ export default {
let locationName = window.location.hostname; let locationName = window.location.hostname;
//旅游ERPApi //旅游ERPApi
let domainPostUrl = "" let domainPostUrl = ""
// domainPostUrl = "http://192.168.10.9.8083"; domainPostUrl = "http://192.168.10.9:8083";
domainPostUrl = "http://192.168.10.226"; // domainPostUrl = "http://192.168.10.226";
//domainPostUrl = "http://192.168.10.46"; // domainPostUrl = "http://192.168.10.128";
if (this.isOnline()) { if (this.isOnline()) {
if (window.location.host.indexOf('fcrmyx.oytour.com') != -1) { if (window.location.host.indexOf('fcrmyx.oytour.com') != -1) {
domainUrl = "http://crm.oytour.com" domainUrl = "http://crm.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