You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the official website, it is normal.
but in my site:
u see, it’s blank!!!
In my router config, useHash is true, so my url is like: http://localhost:9621/#/preview/home
This is the only point different from the official website.
I found the bug:
If I adjust it as follows:
It's worked!