在router文件夹下的index.js中的router实例中添加mode属性,值设置为history
export default new Router({ mode:"history",//去除哈希值的#号 routes })
原文地址:https://www.cnblogs.com/wyongz/p/11193056.html
时间: 2024-11-02 09:14:18
在router文件夹下的index.js中的router实例中添加mode属性,值设置为history
export default new Router({ mode:"history",//去除哈希值的#号 routes })
原文地址:https://www.cnblogs.com/wyongz/p/11193056.html