摘要:
项目上线后,刷新页面报错404 not Found,本地开发及调试可是好好的呀,找了一些资料,这里总结下 1、设置history模式(默认是hash模式,不仅不美观而且还不会重载页面) 在router中的index.js配置文件中把mode:"history" 2、我这边服务器使用的是nginx,配 阅读全文
posted @ 2021-03-11 10:55
叫我汤先森
阅读(552)
评论(0)
推荐(0)
摘要:
项目中用到图片放大,找了一圈发现vue-photo-preview还是蛮好用的,推荐 1、安装vue-photo-view npm install vue-photo-preview --save 2、main.js import Preview from 'vue-photo-preview' i 阅读全文
posted @ 2021-03-11 10:24
叫我汤先森
阅读(1050)
评论(1)
推荐(0)