Explorar el Código

优化clientType为monitor

xiongxing hace 1 día
padre
commit
22abc69983
Se han modificado 1 ficheros con 1 adiciones y 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()
 		});