笔记
weixin_45965211
这个作者很懒,什么都没留下…
展开
-
前端常见操作整理
前端常见操作整理 1.上传 多线程上传 simple-uploader // 1) 直接上传至服务器 ... 此前完成文件上传操作 const formData = new FormData() formData.append('file', file.raw) formData.append('params', '参数') const res = await this.$http( { method: 'post', url: s原创 2022-01-20 15:11:53 · 612 阅读 · 0 评论 -
2021-07-04
taro项目 文件夹结构 (新生项) actions constants reducers contants 定义常量供actions reducers 使用 action redux 的 type (dispatch方法) reducer redux 的 data pages 此文件夹下为页面 其中.config.js 对应页面配置 app.config.js 可配置window tabar ...原创 2021-07-04 23:34:30 · 85 阅读 · 0 评论