我尝试从http://locohost:8080/app/#/home之类的网址中删除#。
尝试使用
$locationProvider.html5Mode({
enabled: true,
requireBase: false,
hasPrefix: ''
});
还在<base href=""/> in index.html
标签内添加了<head>
但是在访问URL http://locohost:8080/app/home时,出现404错误
答案 0 :(得分:0)
尝试使用:
str.replace("/#/","/")