Работа над LibsPage (ExternalLibs)

This commit is contained in:
Book Pauk
2020-10-28 22:45:05 +07:00
parent d7b24253fe
commit 593e201f79
3 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ class LibsPage extends Vue {
const subdomain = (window.location.protocol != 'http:' ? 'b.' : '');
const origin = `http://${subdomain}${window.location.host}`;
this.popupWindow = window.open(`${origin}/?p=external-libs#/external-libs`);
this.popupWindow = window.open(`${origin}/#/external-libs`);
if (this.popupWindow) {