Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TFMOM
TF-MOM-WEB
Commits
55198f07
Commit
55198f07
authored
Jan 03, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://94.191.100.41/tfmom/tf-mom-web
into dev
parents
1b34101e
7a1263e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
http.js
applications/architecture-dee/src/utils/http.js
+14
-14
No files found.
applications/architecture-dee/src/utils/http.js
View file @
55198f07
...
...
@@ -13,7 +13,7 @@ import disShowErrorMsg from './disShowErrorMsg'
import
guid
from
'@/utils/util'
let
ajaxCount
=
0
let
loadingInstance
cons
t
ajaxTimer
=
{}
le
t
ajaxTimer
=
{}
const
disShowLadingRequestUrl
=
[
// '/RepoFileUpload/find/recursion'
'/RepoFileUpload/findWithCondition'
,
...
...
@@ -44,13 +44,13 @@ axios.interceptors.request.use(
fullscreen
:
true
,
background
:
'rgba(0, 0, 0, 0.0)'
})
//
ajaxTimer = window.setTimeout(() => {
//
if (loadingInstance) {
//
loadingInstance.close()
//
}
//
ajaxCount = 0
//
}, 50000)
//
ajaxCount++
ajaxTimer
=
window
.
setTimeout
(()
=>
{
if
(
loadingInstance
)
{
loadingInstance
.
close
()
}
ajaxCount
=
0
},
50000
)
ajaxCount
++
}
if
(
!
localStorage
.
getItem
(
'uid'
))
{
localStorage
.
setItem
(
'uid'
,
guid
.
guid
())
...
...
@@ -100,12 +100,12 @@ axios.interceptors.response.use(
return
response
&&
response
.
config
.
url
.
includes
(
el
)
})
if
(
!
disLoading
)
{
//
ajaxCount > 0 ? ajaxCount-- : ajaxCount = 0
//
if (ajaxCount === 0) {
//
loadingInstance.close()
//
window.clearTimeout(ajaxTimer)
//
}
loadingInstance
.
close
()
ajaxCount
>
0
?
ajaxCount
--
:
ajaxCount
=
0
if
(
ajaxCount
===
0
)
{
loadingInstance
.
close
()
window
.
clearTimeout
(
ajaxTimer
)
}
//
loadingInstance.close()
}
if
(
response
.
headers
.
token
)
{
store
.
dispatch
(
'user/updateToken'
,
response
.
headers
.
token
)
...
...
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