Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wangtao
3 years ago
Commit
36e01f8bd848d193432211f7d5065ca54fb966d4
1 parent
46bb81c2
服务异常,尝试重新链接:服务重启,网络问题等不可访问等因素
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/src/index.js
hg-monitor-web-base/src/main/resources/static/src/index.js
View file @
36e01f8
...
...
@@ -681,14 +681,17 @@ layui.extend({
,
type
:
"get"
,
async
:
false
,
done
:
function
(
data
)
{
tryIndex
=
1
;
tryFunc
();
}
});
}
catch
(
e
)
{
// 服务异常:服务重启,网络问题等不可访问等因素
tryIndex
=
1
;
tryFunc
();
}
}
else
{
tryIndex
=
1
;
tryFunc
();
}
})
...
...
Please
register
or
login
to post a comment