摘要: 正常启动后访问路由: 中间会自动加入一个#号 去掉#号: 在route文件夹下的index.js中加入mode: 'history', ①: ②: 关于mode说明: 默认值: ‘hash‘(浏览器) 或 ‘abstract‘(node.js) 可选值 : ‘hash’ | ‘history’ | 阅读全文
posted @ 2019-06-01 22:28 可乐加冰! 阅读(1696) 评论(0) 推荐(0) 编辑