linwenxin 6 ماه پیش
والد
کامیت
f111cf3e3e
1فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  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
                     )
                   ]
                 )