Explorar o código

优化clientType为monitor

xiongxing hai 1 día
pai
achega
22abc69983
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
 		});