Sfoglia il codice sorgente

优化clientType为monitor

xiongxing 1 giorno fa
parent
commit
22abc69983
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()
 		});