摘要: 子组件 父组件 必须是return promise 对象 阅读全文
posted @ 2024-05-13 17:45 yorking 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 公共方法 utils 里 export function downloadFile(obj, name, suffix) { if (window.navigator.msSaveOrOpenBlob) { // 兼容IE const blob = new Blob([obj]) const fil 阅读全文
posted @ 2022-12-12 14:42 yorking 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 1.查看 分支x 提交版本号记录 git log 分支X // xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 2.切换到待合并分支 ygit checkout y3.执行合并git cherry-pick xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx4.然后推 阅读全文
posted @ 2022-12-09 14:29 yorking 阅读(70) 评论(0) 推荐(0) 编辑
摘要: <div @mousedown="imgMove" id="imgRef" ref="imgRef" class="full-height full-width img-style" style="position: relative" > <el-image fit="contain" :src= 阅读全文
posted @ 2022-12-08 16:43 yorking 阅读(43) 评论(0) 推荐(0) 编辑
摘要: ssh 相关 https://blog.csdn.net/qq_38741986/article/details/100137267 https://blog.csdn.net/kikikiuu/article/details/105539965 然后 输入set-ExecutionPolicy R 阅读全文
posted @ 2022-08-05 14:07 yorking 阅读(78) 评论(0) 推荐(0) 编辑
摘要: https://tinypng.com/ 图片压缩用 pc 复制方法 onCopy(keyWord: any) { const textarea = document.createElement("textarea"); textarea.readOnly = true; textarea.styl 阅读全文
posted @ 2021-11-10 11:46 yorking 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 先 下载 vue-devtools(百度网盘 2575q) 再 浏览器 更多工具 - 扩展程序 - 加载已解压的程序- 关闭浏览器重开, ok 阅读全文
posted @ 2021-09-09 14:16 yorking 阅读(339) 评论(0) 推荐(0) 编辑