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
Plain Diff
Browse Files
Authored by
xwx
2022-07-01 17:09:23 +0800
Commit
beefc35935ad924bd2df299620ff716f18fcd53a
2 parents
41c4dcbe
06761712
Merge branch 'master' of
http://113.200.75.45:82/monitor_v3/hg-monitor-web
into master-v32-xwx
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 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 @
beefc35
...
...
@@ -551,7 +551,7 @@ layui.extend({
toastType
:
toastType
,
type
:
'click'
,
action
:
function
()
{
if
(
hash
&&
hash
!=
''
&&
hash
!=
null
)
{
if
(
hash
&&
hash
!=
''
&&
hash
!=
null
&&
hash
!=
'null'
)
{
if
(
hash
.
toLowerCase
().
indexOf
(
"http://"
)
!=
-
1
&&
hash
.
toLowerCase
().
indexOf
(
"https://"
)
!=
-
1
)
{
location
.
hash
=
hash
;
}
else
{
...
...
Please
register
or
login
to post a comment