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