提交 482b4746 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

fix: 公共链接分享老密码过长

上级 f033b50a
......@@ -120,6 +120,10 @@ export default {
this.form.uri = uri ? (this.origin + uri) : uri
// 返回的密码是共钥加密后的 所以展示需要私钥解密一波
pwd && (this.form.pwd = pwd)
if (pwd && pwd.length > 0 && pwd.length > this.pwdNums) {
this.resetPwd()
}
/* pwd && (this.form.pwd = decrypt(pwd)) */
/* overTime && (this.form.overTime = overTime) */
overTime && (this.$set(this.form, 'overTime', overTime))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论