摘要: 在src >route >index.js中,把mode:history注释掉 export default new Router({ // mode:'history', routes: [ { path: '/', name: 'root', components: { main:PostLIs 阅读全文
posted @ 2020-07-22 09:21 张永峰z 阅读(4261) 评论(0) 推荐(0) 编辑
摘要: vue-cli2 首先F12打开试调器,查看引入的css和js引入有没有报错 到config文件夹中打开index.js文件 修改buid下的 assetsPublicPath build: { // Template for index.html index: path.resolve(__dir 阅读全文
posted @ 2020-07-22 09:20 张永峰z 阅读(448) 评论(0) 推荐(0) 编辑