按以下修改后,帶來的后果:打包后部分圖片訪問不到,首頁沒加載router-view內容
router 的index中配置模式設置為history
export default new Router({
mode: 'history',
routes: [
// 重定向
{
path: '/',
name: 'home',
component: Home
},
]
按以下修改后,帶來的后果:打包后部分圖片訪問不到,首頁沒加載router-view內容
router 的index中配置模式設置為history
export default new Router({
mode: 'history',
routes: [
// 重定向
{
path: '/',
name: 'home',
component: Home
},
]
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。