Ionic4远程调试http GET请求正文获取index.hmt文件而不是列表

时间:2019-05-15 03:53:57

标签: ionic-framework

  1. http.get方法:
  

在本地ng上工作时,一切正常。

  1. 在构建android .APK文件后调用相同的方法,但是http.get 方法主体获取index.html文件而不是下图所示的列表。

index.html

QMainWindow

config.xml

  <base href="."/>
  <meta http-equiv="Content-Security-Policy" content="default-src 'self' yourhost.com ws://localhost:35729 data: gap: https://ssl.gstatic.com; style-src 'self' 'unsafe-inline'; media-src *;script-src 'self' localhost:35729 'unsafe-eval' 'unsafe-inline';">

本地chrome调试控制台:

Getting http body result

远程调试方法:

Remote _body result index.html file

0 个答案:

没有答案