Commit 0e81e1b4 authored by 黄媛媛's avatar 黄媛媛

update

parent 9c2baaf6
This diff is collapsed.
......@@ -12,7 +12,7 @@ export default {
//域名管理对象
Vue.prototype.domainManager = function () {
var domainUrl = "http://127.0.0.1"; //主域名
var domainUrl = "http://testapi.oytour.com"; //主域名
let locationName = window.location.hostname;
let javaUrldo = "";
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";
......
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