mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复更新 linux 镜像源错误
This commit is contained in:
parent
c1ef021009
commit
791cf657b5
|
@ -48,8 +48,9 @@ const Dependence = () => {
|
||||||
pick(systemConfig, dataMap[path]),
|
pick(systemConfig, dataMap[path]),
|
||||||
)
|
)
|
||||||
.then((res) => {})
|
.then((res) => {})
|
||||||
.catch((error: any) => {
|
.catch(() => {
|
||||||
console.log(error);
|
setLoading(false);
|
||||||
|
setLog((p) => `${p}update mirror error`);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user