Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bc0b1b86
authored
Nov 12, 2024
by
licoy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化设置页面的模块间距与部分数据获取提示
parent
11cc44b4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
web/src/components/OperationSetting.js
+1
-1
web/src/components/PersonalSetting.js
+0
-0
No files found.
web/src/components/OperationSetting.js
View file @
bc0b1b86
...
@@ -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
{
...
...
web/src/components/PersonalSetting.js
View file @
bc0b1b86
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment