码迷,mamicode.com
首页 > Web开发 > 详细

angularjs ui-router路由移除#解决方案

时间:2017-09-11 18:17:41      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:ui-router 移除#

  1. ui-router中增加

$locationProvider.html5Mode(true);

   2.根目录增加.htaccess文件,并增加

RewriteEngine On
# If an existing asset or directory is requested go to it as it is
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
RewriteRule ^ - [L]

# If the requested resource doesn‘t exist, use index.html
RewriteRule ^ /index.html

   3.在index.html的head标签中增加

<base href="/">

   4.若刷新页面后样式失效,请查看是否路径为"./abc"写法,改写成绝对路径"/abc"

angularjs ui-router路由移除#解决方案

标签:ui-router 移除#

原文地址:http://rozwel.blog.51cto.com/13020465/1964243

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!