Commit 8a09f762 authored by 黄奎's avatar 黄奎

1

parent dcd3e373
...@@ -23,9 +23,9 @@ Vue.prototype.domainManager = function () { ...@@ -23,9 +23,9 @@ Vue.prototype.domainManager = function () {
let domainUrl = "http://192.168.5.214"; let domainUrl = "http://192.168.5.214";
let domainNameUrl = this.GetDomain(); let domainNameUrl = this.GetDomain();
if (domainNameUrl.indexOf('oytour') !== -1) { if (domainNameUrl.indexOf('oytour') !== -1) {
domainUrl = "http://reborn.oytour.com"; domainUrl = "https://reborn.oytour.com";
} }
domainUrl = "http://reborn.oytour.com"; domainUrl = "https://reborn.oytour.com";
var obj = { var obj = {
//主地址 //主地址
DomainUrl: domainUrl, DomainUrl: domainUrl,
......
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