hello.js
hello.js copied to clipboard
About url in "Vue" framework
In vue, the url path is concatenated with /#/login, and the url cannot be filled with special characters like # when authorizing, which will lead to the problem that the third-party login redirection cannot be returned.
Try using vue router in history mode
This removes the hash from your URLs
However by doing so you would need to configure your server differently such that all URLs return the SPA index.html file