@@ -33,6 +33,7 @@
},
ready() {
let _this = this;
+ lofig.folder = '../config/default.json';
lofig.get('socket.url', function(res) {
let socket = _this.socket = io(window.location.protocol + '//' + res);
socket.on("ready", status => _this.loggedIn = status);
@@ -114,7 +114,6 @@
_this.recaptcha.key = key;
});
-
let socketInterval = setInterval(() => {
if (!!_this.$parent.socket) {
_this.socket = _this.$parent.socket;