소스 검색

Merge branch 'feature' into develop

scorpio 2 년 전
부모
커밋
f5b536d3d3
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      src/layout/top.vue

+ 0 - 7
src/layout/top.vue

@@ -82,7 +82,6 @@ import { useStore } from '../store/user.js'
 import permissionStore from '@/store/permission.js'
 import search from './search/index.vue'
 import config from '../config/website.js'
-import { ElNotification } from 'element-plus'
 
 export default {
   name: 'top',
@@ -200,12 +199,6 @@ export default {
     // 客户端接收服务端数据时触发
     websocketonmessage(e) {
       console.log(e.data)
-      ElNotification({
-        title: 'Warning',
-        message: e.data,
-        type: 'success',
-        offset: 100
-      })
       // 收到服务器信息,心跳重置
       this.reset()
     },