diff --git a/erp_web/index.html b/erp_web/index.html
index a157d7c5..2da67b3a 100644
--- a/erp_web/index.html
+++ b/erp_web/index.html
@@ -51,12 +51,12 @@
-
+
官方插件
-
+
建议反馈
diff --git a/erp_web/js/modules/sys/sysIndex.js b/erp_web/js/modules/sys/sysIndex.js
index 51737918..a6fd4f8f 100644
--- a/erp_web/js/modules/sys/sysIndex.js
+++ b/erp_web/js/modules/sys/sysIndex.js
@@ -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() {