diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 80afea7ab..0575c4429 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -400,5 +400,10 @@ module.exports = {
ExhibitionAreaManagement:'Exhibition area management',
NewLabelItem:'New label item',
NodeQuickLookup:'Node quick lookup',
-
+ AreAllLabelsRead:'Are all labels read',
+ AllLabelsRead:'All labels read',
+ SubscriptionNotification:'Subscription notification',
+ warningInformation:'warning information',
+ ForwardPush:'Forward push',
+ PleaseSelectData:'Please select data first',
}
\ No newline at end of file
diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js
index 6e8010dbb..684734461 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -404,4 +404,10 @@ module.exports = {
ExhibitionAreaManagement:'展示区域管理',
NewLabelItem:'新增标签项',
NodeQuickLookup:'节点快速查找',
+ AreAllLabelsRead:'是否全部标记已读',
+ AllLabelsRead:'全部标记已读',
+ SubscriptionNotification:'订阅通知',
+ warningInformation:'预警信息',
+ ForwardPush:'转发推送',
+ PleaseSelectData:'请先选择数据',
}
\ No newline at end of file
diff --git a/jero-web/src/components/layouts/TabLayout.vue b/jero-web/src/components/layouts/TabLayout.vue
index 63313bea9..746280a3f 100644
--- a/jero-web/src/components/layouts/TabLayout.vue
+++ b/jero-web/src/components/layouts/TabLayout.vue
@@ -66,7 +66,7 @@
{ key: '3', icon: 'close', text: '关闭其它' }
],
reloadFlag: true,
- menuTitle: {},
+ menuTitle: {}
}
},
/* update_begin author:wuxianquan date:20190828 for: 关闭当前tab页,供子页面调用 ->望菜单能配置外链,直接弹出新页面而不是嵌入iframe #428 */
@@ -86,7 +86,8 @@
}
},
isTrue() {
- if (this.$route.path == '/docManage/library/detail') {
+ if (this.$route.path == '/docManage/library/detail' ||
+ this.$route.path == '/system/MessageDetails') {
return false
} else {
return true
diff --git a/jero-web/src/components/tools/HeaderNotice.vue b/jero-web/src/components/tools/HeaderNotice.vue
index 799069f11..fab7d3760 100644
--- a/jero-web/src/components/tools/HeaderNotice.vue
+++ b/jero-web/src/components/tools/HeaderNotice.vue
@@ -11,64 +11,47 @@
{{ record.createTime }} 发布 {{ record.createTime }} 发布