我正在尝试为SEO配置我的项目。但在此之前,我需要转换#!字符到_escaped_fragment。我在脑中添加了一个基本标签和元
<base href="/first/index.html" />
<meta name="fragment" content="!">
首先是我的项目名称。有我的链接。
<li><a href="index.html#!/home">Home</a></li>
<li><a href="index.html#!/about">About</a></li>
<li><a href="index.html#!/features">Features</a></li>
在app.config内部,以及我的路由代码,我添加了这一行。
$locationProvider.html5Mode(true).hashPrefix('!');
它的工作正常,并使用像
这样的网址加载正确的视图