weexteam / devtool-for-Apache-Weex

debugger tools with chrome devtool for Apache Weex
MIT License
258 stars 40 forks source link

用host参数指定ip地址无效 #99

Closed lerit closed 6 years ago

lerit commented 6 years ago

我的调试命令是: weex debug src -e App.vue --host 192.18.1.108 但是最终的ip地址不是我这个,而是我的网卡里第一个ip,但是这个不是能被手机playground访问的地址。 readme中说用--host可以指定ip,但是发现源码中并没有接受这个参数。

erha19 commented 6 years ago

OK, I will fix this issue.

erha19 commented 6 years ago

You can update weex-devtool to fix it by weex update weex-devtool.

lerit commented 6 years ago

thanks!!