Fixe url admin
This commit is contained in:
parent
f8c3a10930
commit
794c13c8d5
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue