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