使用 vscode-jest 插件
摘要:vscode-jest [error] Abort jest session: Not able to auto detect a valid jest command: multiple candidates found Perhaps this is a multi-root monorepo?
阅读全文
git 的使用
摘要:git 删除远端分支 git branch -r -d origin/远端分支名称 git 克隆远端 http连接:git clone with http 报错: git clone http://000.000.000.000:port/pathname/xxxx.git Cloning into
阅读全文
项目经验|今日项目记录
摘要:一、about 弹框 & 表单 打开弹框之后,判断弹框里的el-form表单ref='createFormRef':此ref是否存在,存在调用其ref的clearValidate() 每每打开弹框时: this.showDrawerCreate() this.$refs.createFormRef
阅读全文
bug|项目经验|记录某次页面div使用v-html标签渲染图片等内容的过程
摘要:前言 记录某次页面div使用v-html标签渲染图片等内容的过程 一、结论: get请求但被设置Sec-Fetch-*请求头的图片无法展示。 二、原因: 1.本项目中的img标签发起get请求,目标链接在浏览器中发起get请求, 2.但本项目img标签的get请求->默认sec-fetch-dest
阅读全文
中国所有合法手机号码的正则表达式
摘要:^1(?:3\d|4[4-9]|5[0-35-9]|6[67]|7[013-8]|8\d|9\d)\d{8}$
阅读全文
vue-router
摘要:前言 vue:V2.5.2 vue-router版本:V3.0.1 Error vue-router.esm.js?fe87:2046 Uncaught (in promise) Error: Redirected when going from "/login" to "/email/list"
阅读全文