在本地ng上工作时,一切正常。
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调试控制台:
远程调试方法: