소스 검색

优化clientType为monitor

xiongxing 1 일 전
부모
커밋
22abc69983
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/index.vue

+ 1 - 1
src/layout/index.vue

@@ -281,7 +281,7 @@
 		// 发送身份验证消息
 		sendMessage({
 			type: 'AUTH',
-			clientType: 'MONITOR_SCREEN',
+			clientType: 'monitor',
 			clientId: generateClientId(),
 			timestamp: Date.now()
 		});