2023年1月31日

webpack打包文件压缩处理 (三种模式)

摘要: ## 打包文件1 方法1 使用方法:将所有node_modules里的东西放到venders~main.js的文件中,(react与antd分别配置缓存)尝试分离venders包 终端打包结果:压缩为1.92MiB;文件夹占用空间11.4MB,大小:11.0MB,包含文件205个, 打包后系统可以使 阅读全文

posted @ 2023-01-31 12:59 imi小码娜 阅读(520) 评论(0) 推荐(0) 编辑

ant design 树形表格 自定义图标

摘要: ## 配置自定义树形结构图标按钮 ```js const columns = [ { title: '', dataIndex: 'index', width: 40, render: (_val, _record, index) => { const num = pagination.curren 阅读全文

posted @ 2023-01-31 10:51 imi小码娜 阅读(52) 评论(0) 推荐(0) 编辑

小程序批量下载压缩包(zip文件)

摘要: # wxml > <view class="search_btn" catchtap="batchDownload">批量下载</view> ```js // 批量下载 batchDownload(e){ const {multipleCheckId,orderList}=this.data; co 阅读全文

posted @ 2023-01-31 09:36 imi小码娜 阅读(240) 评论(0) 推荐(0) 编辑

导航