fix: 客户端选择sso登录输入相同地址时提交无反应的问题

This commit is contained in:
kuaifan 2022-05-15 18:13:19 +08:00
parent 8a870a361d
commit 5ff1f57017

View File

@ -255,7 +255,7 @@ export default {
placeholder: "请输入服务器地址",
onOk: (value, cb) => {
if (value) {
this.inputServerChack(value).then(_ => cb)
this.inputServerChack(value).then(cb)
} else {
this.clearServerUrl();
}