Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
2fe61482
Commit
2fe61482
authored
Aug 09, 2020
by
季圣华
Browse files
优化首页菜单
parent
5635cb35
Changes
2
Hide whitespace changes
Inline
Side-by-side
erp_web/index.html
View file @
2fe61482
...
...
@@ -51,12 +51,12 @@
</a>
</li>
<li
class=
"treeview"
>
<a
target=
"_blank"
href=
"http://www.huaxiaerp.com/forum-43-1.html"
>
<a
target=
"_blank"
class=
"official-plugin"
href=
"http://www.huaxiaerp.com/forum-43-1.html"
>
<i
class=
"fa fa-institution"
></i>
官方插件
</a>
</li>
<li
class=
"treeview"
>
<a
target=
"_blank"
href=
"http://www.huaxiaerp.com/forum-41-1.html"
>
<a
target=
"_blank"
class=
"feedback"
href=
"http://www.huaxiaerp.com/forum-41-1.html"
>
<i
class=
"fa fa-comment"
></i>
建议反馈
</a>
</li>
...
...
erp_web/js/modules/sys/sysIndex.js
View file @
2fe61482
...
...
@@ -424,6 +424,14 @@ $(function () {
$
(
"
.tencent
"
).
show
();
$
(
"
.aliyun
"
).
hide
();
}
var
domWidth
=
$
(
document
.
body
).
width
();
if
(
domWidth
<
800
){
$
(
"
.official-plugin
"
).
hide
();
$
(
"
.feedback
"
).
hide
();
}
else
{
$
(
"
.official-plugin
"
).
show
();
$
(
"
.feedback
"
).
show
();
}
//更新消息条数
function
getMsgCountByStatus
()
{
...
...
Write
Preview
Supports
Markdown
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