Commit 9754cc83 authored by 华国豪's avatar 华国豪 🙄

1

parent 6a96ca32
...@@ -97,7 +97,7 @@ export default { ...@@ -97,7 +97,7 @@ export default {
}) })
} catch (error) { } catch (error) {
console.log(error) console.log(error)
} }
return Math.floor(yuHeight / itemHeight) return Math.floor(yuHeight / itemHeight)
} }
Vue.prototype.random_string = function(len) { Vue.prototype.random_string = function(len) {
...@@ -118,11 +118,10 @@ export default { ...@@ -118,11 +118,10 @@ export default {
Vue.prototype.domainManager = function() { Vue.prototype.domainManager = function() {
let domainUrl = ''; let domainUrl = '';
let locationName = window.location.hostname; let locationName = window.location.hostname;
//domainUrl = "http://192.168.2.214:8082"; // domainUrl = "http://192.168.2.214:8082";
domainUrl = "http://localhost:13491"; // domainUrl = "http://localhost:13491";
//domainUrl = "http://192.168.2.16:8083"; domainUrl = "http://192.168.2.65:8025";
//domainUrl = "http://192.168.0.110"; // domainUrl = "http://192.168.2.16:8083";
if (locationName.indexOf('oytour') !== -1) { if (locationName.indexOf('oytour') !== -1) {
domainUrl = "http://reborn.oytour.com"; domainUrl = "http://reborn.oytour.com";
} else if (locationName.indexOf('viitto') !== -1) { } else if (locationName.indexOf('viitto') !== -1) {
......
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