Failed to load webpage with error: The request timed out.

来源:互联网 发布:企业数据架构设计 编辑:程序博客网 时间:2024/06/08 11:27

ionic 工程 xcode运行时,启动不了程序:

在Staging -> config.xml 文件里:

// FROM
 <content src="localhost//192.1.168.0:8000" original-src="index.html"/>
// TO
 <content src="index.html"/>



阅读全文
0 0