Skip to content

Commit 16539a5

Browse files
committed
update
1 parent 4bd7191 commit 16539a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/tool/sign.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ export default {
133133
let hexData = rs.b64tohex(this.current.verifyCode)
134134
let verifyResult = sign.verify(hexData)
135135
if (verifyResult) {
136+
// 保存历史记录
137+
this.$saveToolData(this.current);
136138
return this.$Message.info("验签成功")
137139
}
138140
return this.$Message.error("验签失败")

0 commit comments

Comments
 (0)