Fixe url admin
This commit is contained in:
parent
f8c3a10930
commit
794c13c8d5
3
website/dist/index.html
vendored
3
website/dist/index.html
vendored
@ -63,7 +63,8 @@
|
||||
window.open(playUrl, '_blank');
|
||||
}
|
||||
function startConsole() {
|
||||
let playUrl = window.location.protocol + "//admin."+window.location.host;
|
||||
//let playUrl = window.location.protocol + "//admin."+window.location.host;
|
||||
let playUrl = 'https://admin.workadventu.re';
|
||||
window.open(playUrl, '_blank');
|
||||
}
|
||||
function shareFB() {
|
||||
|
Loading…
Reference in New Issue
Block a user