标签:bsp routes index 添加 default col tor 去除 mod
在router文件夹下的index.js中的router实例中添加mode属性,值设置为history
export default new Router({ mode:"history",//去除哈希值的#号 routes })
标签:bsp routes index 添加 default col tor 去除 mod
原文地址:https://www.cnblogs.com/wyongz/p/11193056.html