Commit fd73c81f authored by youjie's avatar youjie

no message

parent ac783bfd
......@@ -21,7 +21,7 @@ Vue.prototype.$product = product
//域名管理对象
Vue.prototype.domainManager = function () {
let domainUrl = "http://192.168.5.46";
domainUrl = "http://192.168.5.214";
// domainUrl = "http://192.168.5.214";
let domainNameUrl = this.GetDomain();
if (domainNameUrl.indexOf('oytour') !== -1) {
domainUrl = "https://reborn.oytour.com";
......@@ -38,6 +38,7 @@ Vue.prototype.domainManager = function () {
//获取当前域名
Vue.prototype.GetDomain = function () {
var domainNameUrl = window.location.hostname;
domainNameUrl = 'www.oytour.com'
return domainNameUrl;
}
Vue.prototype.groupBy = function (array, f) {
......
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