wip
This commit is contained in:
parent
230e952c84
commit
d7b77ee022
12 changed files with 136 additions and 169 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue