Browse Source

no message

linwenxin 6 tháng trước cách đây
mục cha
commit
f111cf3e3e
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      src/layout/components/Navbar.vue

+ 6 - 2
src/layout/components/Navbar.vue

@@ -720,13 +720,17 @@ export default {
                     }
                   },
                   [
-                    that.$createElement('span', null, `【网点通知】`),
+                    that.$createElement(
+                      'span',
+                      null,
+                      { GL: '管理', JS: '技术', QT: '其他', ZC: '政策', ZX: '资讯' }[item.type]
+                    ),
                     that.$createElement(
                       'span',
                       {
                         style: 'color: #409EFF;'
                       },
-                      ` ` + item.title + { GL: '管理', JS: '技术', QT: '其他', ZC: '政策', ZX: '资讯' }[item.type]
+                      ` ` + item.title
                     )
                   ]
                 )