Use Qiniu to deploy angular applications, use HTML5 mode for routing, and expect to get a URL in the form of a.com/123:
$locationProvider.html5Mode(true);
To directly access the report 404, you must press a.com/#/123 to access.
How to solve it? Is there any solution?
@qiniuyunstorage @ikbear @Xu Shiwei @LV Guihua
http://blog.fens.me/angularjs-url/ Remove the # sign from the url
Developers have also encountered this problem before. See if I can help you