fix: 登录页重复填写sso地址无法保存的问题

This commit is contained in:
kuaifan 2022-02-25 00:09:57 +08:00
parent 33135b1df1
commit b4358ffc66

View File

@ -214,6 +214,7 @@ export default {
url: value + 'system/setting',
}).then(() => {
this.setServerUrl(value)
cb()
}).catch(({msg}) => {
$A.modalError(msg || "服务器地址无效", 301);
cb()