mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-15 03:07:41 +01:00
fix: 🐛 修复USB未授权设备导致无线连接地址变为假值的问题
This commit is contained in:
parent
3128f3cb6d
commit
9c25325d67
@ -180,7 +180,7 @@ export default {
|
||||
|
||||
this.getDeviceData()
|
||||
|
||||
if (type === 'add' && !isIPWithPort(ret.id)) {
|
||||
if (type === 'add' && !isIPWithPort(ret.id) && ret.$host) {
|
||||
this.formData = {
|
||||
...this.formData,
|
||||
host: ret.$host,
|
||||
|
Loading…
Reference in New Issue
Block a user