Commit d349b17c authored by 黄奎's avatar 黄奎

页面修改

parent 035768b8
...@@ -18,8 +18,8 @@ export default { ...@@ -18,8 +18,8 @@ export default {
javaUrldo = locationName.indexOf('zcyx') !== -1 || locationName.indexOf('viitto') !== -1 ? (locationName.indexOf('oytour') !== -1 ? "http://property.oytour.com" : "http://47.96.12.235:9001") : "http://192.168.2.17:8087"; javaUrldo = locationName.indexOf('zcyx') !== -1 || locationName.indexOf('viitto') !== -1 ? (locationName.indexOf('oytour') !== -1 ? "http://property.oytour.com" : "http://47.96.12.235:9001") : "http://192.168.2.17:8087";
if (this.isOnline()) { if (this.isOnline()) {
if (window.location.host.indexOf('testzcyx.oytour.com') != -1) { if (window.location.host.indexOf('testzcyx.oytour.com') != -1) {
domainUrl = "http://127.0.0.1" //domainUrl = "http://127.0.0.1"
//domainUrl = "http://testapi.oytour.com" domainUrl = "http://testapi.oytour.com"
} else if (window.location.host.indexOf('oytour.com') != -1) } else if (window.location.host.indexOf('oytour.com') != -1)
domainUrl = "http://property.oytour.com" domainUrl = "http://property.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