rkljw 2 дней назад
Родитель
Сommit
b378390799
2 измененных файлов с 9 добавлено и 9 удалено
  1. 8 8
      src/layout/components/Chat/ChatPanel.vue
  2. 1 1
      src/utils/websocketService.js

+ 8 - 8
src/layout/components/Chat/ChatPanel.vue

@@ -1531,16 +1531,16 @@
       },
       notificationShowMessage(item) {
         const iconList = {
-          2:'https://img.bjzxtw.org.cn/master/www/icon/zixun.png',
-          3:'https://img.bjzxtw.org.cn/master/www/icon/sahngpin.png',
+          2:'https://img.bjzxtw.org.cn/master/www/icon/zixun.png',//资讯
+          3:'https://img.bjzxtw.org.cn/master/www/icon/sahngpin.png',//商品
           4:'https://img.bjzxtw.org.cn/master/www/icon/keti.png',//课题
-          5:'https://img.bjzxtw.org.cn/master/www/icon/tongzhi.png',//通知
+          5:'https://img.bjzxtw.org.cn/master/www/icon/tongzhi.png',//通知公告
           6:'https://img.bjzxtw.org.cn/master/www/icon/tousu.png',//投诉
-          7:'https://img.bjzxtw.org.cn/master/www/icon/zhaopin.png',
-          8:'https://img.bjzxtw.org.cn/master/www/icon/zhaopin.png',
-          9:'https://img.bjzxtw.org.cn/master/www/icon/zhaopin.png',
-          10:'https://img.bjzxtw.org.cn/master/www/icon/zhaopin.png',
-          11:'https://img.bjzxtw.org.cn/master/www/icon/zhaopin.png',
+          7:'https://img.bjzxtw.org.cn/master/www/icon/shukan.png',//书刊
+          8:'https://img.bjzxtw.org.cn/master/www/icon/qiye.png',//企业
+          9:'https://img.bjzxtw.org.cn/master/www/icon/xiangmu.png',//项目
+          10:'https://img.bjzxtw.org.cn/master/www/icon/zhaopin.png',//招聘
+          11:'https://img.bjzxtw.org.cn/master/www/icon/qiuzhi.png',//求职
         }
         if (!('Notification' in window)) {
           this.$notify({

+ 1 - 1
src/utils/websocketService.js

@@ -1,4 +1,4 @@
-// src/services/websocketService.js
+// src/services/websocketService.js #
 import baseUrl from '@/utils/baseUrl';
 class WebSocketService {
   constructor() {