Commit bc0b1b86 by licoy

优化设置页面的模块间距与部分数据获取提示

parent 11cc44b4
...@@ -90,7 +90,7 @@ const OperationSetting = () => { ...@@ -90,7 +90,7 @@ const OperationSetting = () => {
try { try {
setLoading(true); setLoading(true);
await getOptions(); await getOptions();
showSuccess('刷新成功'); // showSuccess('刷新成功');
} catch (error) { } catch (error) {
showError('刷新失败'); showError('刷新失败');
} finally { } finally {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment