Debug the project on the PC terminal computer on the mobile phone

foreword

The prerequisite for debugging projects running on the computer on the mobile phone is that the mobile phone and the computer share the same LAN (that is, use the same WiFi). If not, please turn off firewall 360 and other protective software

1. window + r to open the computer command window and enter cmd and click OK or press the Enter key

insert image description here

2. Enter ipconfig on the cmd command line panel to obtain the ip address of the computer

(1) WLAN disconnected using Ethernet
insert image description here
(2) WLAN with IPv4 address
insert image description here

3. Enter http://192.168.XX.XX:8080 in the mobile browser

192.168.XX.XX is your ip address
8080 is your service port number

Guess you like

Origin blog.csdn.net/weixin_44784401/article/details/130595551