fix: 取消短链接

This commit is contained in:
fit2cloud-chenyw 2021-11-11 14:04:59 +08:00
parent 86fd2cfbbd
commit 54a2c63d4c

View File

@ -127,7 +127,7 @@ export default {
/* pwd && (this.form.pwd = decrypt(pwd)) */
/* overTime && (this.form.overTime = overTime) */
overTime && (this.$set(this.form, 'overTime', overTime))
this.requestShort()
// this.requestShort()
})
},