Przeglądaj źródła

优化clientType为monitor

xiongxing 1 dzień temu
rodzic
commit
22abc69983
1 zmienionych plików z 1 dodań i 1 usunięć
  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()
 		});