首页 > 解决方案 > 离子服务外部消失

问题描述

我的“离子服务”不再提供“外部网址”。只是可以访问“本地(本地主机:8100)”。Ionic3 和 Ionic4 都有同样的问题。

$ ionic serve

然后

[INFO] Development server running!

       Local: http://localhost:8100

       Use Ctrl+C to quit this process

[INFO] Browser window opened to http://localhost:8100!

我想要这个结果。(外部网址)

[INFO] Development server running!

       Local: http://localhost:8100

       External: http://172.30.5.17:8100

       Use Ctrl+C to quit this process

[INFO] Browser window opened to http://localhost:8100!

标签: javascriptangularionic-framework

解决方案


只是ionic serve --external:)


推荐阅读