【发布时间】:2019-11-02 13:21:04
【问题描述】:
我尝试从 URL 中删除 # ,例如 http://locohost:8080/app/#/home 。
尝试使用
$locationProvider.html5Mode({
enabled: true,
requireBase: false,
hasPrefix: ''
});
还在<head> 标签内添加了<base href=""/> in index.html
但是在点击 URL http://locohost:8080/app/home 时,出现 404 错误
【问题讨论】:
-
这篇文章你查了吗medium.com/@sagar.mane006/…
标签: angularjs