vue去掉地址栏#(带来的后果)

按以下修改后,带来的后果:打包后部分图片访问不到,首页没加载router-view内容

 

 

router 的index中配置模式设置为history

export default new Router({
mode: 'history',
routes: [
// 重定向
{
path: '/',
name: 'home',
component: Home
},

]

posted @ 2019-04-08 18:46  小白&小菜  阅读(1697)  评论(0编辑  收藏  举报
我是一个小菜鸟,飞呀飞呀,快飞高