Commit f58ee198 authored by 华国豪's avatar 华国豪 🙄

no message

parent b4b917fd
......@@ -113,15 +113,15 @@ export default {
Vue.prototype.domainManager = function () {
let domainUrl = '';
// domainUrl = "http://testapi.oytour.com";
domainUrl = "http://192.168.2.214:8082";
// domainUrl = "http://192.168.2.16:8083";
// domainUrl = "http://192.168.2.214:8082";
domainUrl = "http://192.168.2.65:8025";
let locationName = window.location.hostname;
if (locationName.indexOf('oytour') !== -1) {
if (locationName.indexOf('yx.oytour') !== -1) {
domainUrl = "http://reborn.oytour.com";
} else if (locationName.indexOf('viitto') !== -1) {
domainUrl = "http://test.viitto.com";
} else if (locationName.indexOf('testerp.oytour') !== -1) {
domainUrl = "http://testapi.oytour.com";
}
var obj = {
//主地址
......
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