Merge branch '2.0' of https://github.com/Xeltica/misshaialert into 2.0
This commit is contained in:
commit
efea6b72e6
14 changed files with 157 additions and 203 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