提交 6f597b11 编写于 作者: B baiy 提交者: ninecents

update

上级 932b1025
......@@ -133,6 +133,8 @@ export default {
let hexData = rs.b64tohex(this.current.verifyCode)
let verifyResult = sign.verify(hexData)
if (verifyResult) {
// 保存历史记录
this.$saveToolData(this.current);
return this.$Message.info("验签成功")
}
return this.$Message.error("验签失败")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册