0
0
Fork 0
This commit is contained in:
xeltica 2021-09-24 02:18:31 +09:00
parent 230e952c84
commit d7b77ee022
12 changed files with 136 additions and 169 deletions

View file

@ -29,4 +29,13 @@ html
body
#app: .loading Loading...
if token
script.
localStorage.setItem('token', '#{token}');
history.replaceState(null, null, '/');
if error
script.
window.__misshaialert = { error: '#{error}' };
script(src=`/assets/fe.${version}.js` async defer)