Commit 4d9adfc3 authored by 18224442217's avatar 18224442217

no message

parent d9f72512
...@@ -13,15 +13,13 @@ export default { ...@@ -13,15 +13,13 @@ 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.46:8500";
domainUrl = "http://crm.oytour.com";
// domainUrl = "http://192.168.10.36:8098"; // domainUrl = "http://192.168.10.36:8098";
//domainUrl = "http://localhost:5003"; //domainUrl = "http://localhost:5003";
let locationName = window.location.hostname; let locationName = window.location.hostname;
//旅游ERPApi //旅游ERPApi
let domainPostUrl = "" let domainPostUrl = ""
// domainPostUrl = "http://192.168.10.36:8083"; domainPostUrl = "http://192.168.10.36:8083";
domainPostUrl = "http://reborn.oytour.com"
//domainPostUrl = "http://192.168.10.46"; //domainPostUrl = "http://192.168.10.46";
if (this.isOnline()) { if (this.isOnline()) {
if (window.location.host.indexOf('fcrmyx.oytour.com') != -1) { if (window.location.host.indexOf('fcrmyx.oytour.com') != -1) {
......
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