Commit b8e5c6a7 authored by zhengke's avatar zhengke

修改

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