解决方案
1、打开src下面的router文件夹里面的index.js或者是router.js
2、把mode模式改成history就可以了
3、不影响任何功能
export default new Router({mode: 'history',
1、打开src下面的router文件夹里面的index.js或者是router.js
2、把mode模式改成history就可以了
3、不影响任何功能
export default new Router({mode: 'history',