perf: update vnc protocol

This commit is contained in:
Eric
2025-12-10 15:50:05 +08:00
committed by ZhaoJiSen
parent bc4f29a6f6
commit 19da95c6fb

View File

@@ -222,6 +222,9 @@ class RDPFileClientProtocolURLMixin:
if connect_method_dict['type'] == 'virtual_app':
endpoint_protocol = 'vnc'
token_protocol = 'vnc'
data.update({
'protocol': 'vnc',
})
else:
endpoint_protocol = connect_method_dict['endpoint_protocol']
token_protocol = token.protocol