Vue-cli4 項目部署遇到的問題

問題1:html

主頁面index.html加載失敗,緣由是資源上下文不正確,vue.config.js配置一下上下文就行了,配置以下:vue

module.exports = {vue-router

publicPath: process.env.NODE_ENV === 'production'? '/monitor/' : '/'ide

};router

問題2:htm

 

問題的緣由是  vue-Li4腳手架  vue-router 默認路由mode是history 兼容性很差  改爲hash模式就能夠了!blog

相關文章
相關標籤/搜索