Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
54f2a388
authored
2022-08-31 15:51:21 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:request
1 parent
c4706102
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/utils/request.js
src/utils/request.js
View file @
54f2a38
...
...
@@ -57,7 +57,9 @@ service.interceptors.response.use(
type
:
'error'
,
duration
:
5
*
1000
})
endLoadingSubCount
();
if
(
response
.
config
.
showLoading
)
{
endLoadingSubCount
();
}
return
Promise
.
reject
(
error
);
}
)
...
...
Please
register
or
sign in
to post a comment