摘要: <van-uploader v-model="fileList" multiple :after-read="afterRead" :max-count="1" /> 1:上传文件流,提交的模式 肯定得 form-data模式 2:上传的文件file 做出处理我这里做的只能选择一张 afterRea 阅读全文
posted @ 2020-08-17 12:02 落魄的程序员 阅读(3732) 评论(0) 推荐(0)
摘要: 在VUE里面需要注意的第一个问题就是路由得设置成 2:第二个就是 跳转路由的时候 不要用this.$router.push 或者this.$router.replace 前者在ios 和安卓端都调不起来的 后者只能在安卓端有效 在ios端无效 this.$router.push的效果图 测试工具上是 阅读全文
posted @ 2020-08-17 11:44 落魄的程序员 阅读(501) 评论(0) 推荐(0)