我正在尝试使用locationProvider从我的Angularjs应用程序的URL中删除主题标签,并且在我手动刷新页面之前它运行良好。当我刷新页面时,我的angularjs js和css文件现在正在加载。 请帮助我。
在index.jsp
中
App.js
myapp.config(function($ routeProvider,USER_ROLES,IdleProvider,KeepaliveProvider,$ locationProvider){ $ locationProvider.html5Mode(真); }
urlrewrite.xml
的web.xml:
答案 0 :(得分:0)
添加基础标记也可以帮助您解决#
问题。你也查了这个链接吗? https://scotch.io/tutorials/pretty-urls-in-angularjs-removing-the-hashtag