0
0
Fork 0
This commit is contained in:
Xeltica 2021-09-24 02:36:56 +09:00
commit efea6b72e6
14 changed files with 157 additions and 203 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)