- 一定要加上base,否则部署到服务器会出现问题
const router = new VueRouter({
routes,
mode: 'history',
base: '/warehouse-official/' //index.html 的路径
})
const router = new VueRouter({
routes,
mode: 'history',
base: '/warehouse-official/' //index.html 的路径
})
本文标题:vue中route的mode变成history模式
本文链接:https://www.haomeiwen.com/subject/hdyurrtx.html
网友评论