mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 21:32:49 +00:00
fix: 登录页重复填写sso地址无法保存的问题
This commit is contained in:
parent
33135b1df1
commit
b4358ffc66
@ -214,6 +214,7 @@ export default {
|
||||
url: value + 'system/setting',
|
||||
}).then(() => {
|
||||
this.setServerUrl(value)
|
||||
cb()
|
||||
}).catch(({msg}) => {
|
||||
$A.modalError(msg || "服务器地址无效", 301);
|
||||
cb()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user