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
鲁尚清
2022-06-28 11:26:13 +0800
Commit
2a9babea8fb112b2a6d78ea4ab2036029a2b641f
1 parent
16d6a617
【933】 【用户管理】如果不设置用户首页,登陆该用户后页面报错 #1
Show 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 @
2a9babe
...
...
@@ -47,6 +47,9 @@ layui.extend({
defaultIndex
=
setter
.
entry
;
}
setter
.
entry
=
''
;
//lsq 无数据返回时 给默认值,防止进入页面404 2022-06-28
}
else
{
defaultIndex
=
'/index-biz-card'
}
}
});
...
...
Please
register
or
login
to post a comment