Commit b8e5c6a7 authored by zhengke's avatar zhengke

修改

parent eb31e094
......@@ -56,12 +56,13 @@ export default {
let domainUrl = '';
//domainUrl = "http://192.168.2.214:8200";
// domainUrl = "https://localhost:5001";
domainUrl = "http://192.168.2.16:8088";
domainUrl = "http://mallapi.oytour.com";
let locationName = window.location.hostname;
if (locationName.indexOf('testerp.oytour') !== -1) {
domainUrl = "http://testapi.oytour.com";
domainUrl = "http://mallapi.oytour.com";
} else if (locationName.indexOf('oytour') !== -1) {
domainUrl = "http://reborn.oytour.com";
domainUrl = "http://mallapi.oytour.com";
}
var obj = {
//主地址npm
......
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