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

This commit is contained in:
fit2cloud-chenyw 2021-11-02 15:17:40 +08:00
parent 39d240d6b0
commit f58adcda97

View File

@ -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))