|
@@ -32,7 +32,7 @@ class LibsPage extends Vue {
|
|
init() {
|
|
init() {
|
|
if (this.mode != 'liberama.top')
|
|
if (this.mode != 'liberama.top')
|
|
return;
|
|
return;
|
|
-
|
|
|
|
|
|
+
|
|
this.childReady = false;
|
|
this.childReady = false;
|
|
const subdomain = (window.location.protocol != 'http:' ? 'b.' : '');
|
|
const subdomain = (window.location.protocol != 'http:' ? 'b.' : '');
|
|
this.origin = `http://${subdomain}${window.location.host}`;
|
|
this.origin = `http://${subdomain}${window.location.host}`;
|