config.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.dxoneportal" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>东旭集团</name>
  4. <description>
  5. A sample Apache Cordova application that responds to the deviceready event.
  6. </description>
  7. <author email="dev@cordova.apache.org" href="http://cordova.io">
  8. Apache Cordova Team
  9. </author>
  10. <content src="http://portal.dong-xu.com/mobile/#/login" />
  11. <plugin name="cordova-plugin-whitelist" spec="1" />
  12. <access origin="*" />
  13. <allow-navigation href="http://*/*" />
  14. <allow-navigation href="https://*/*" />
  15. <allow-intent href="http://*/*" />
  16. <allow-intent href="https://*/*" />
  17. <allow-intent href="tel:*" />
  18. <allow-intent href="sms:*" />
  19. <allow-intent href="mailto:*" />
  20. <allow-intent href="geo:*" />
  21. <platform name="android">
  22. <allow-intent href="market:*" />
  23. </platform>
  24. <platform name="ios">
  25. <allow-intent href="itms:*" />
  26. <allow-intent href="itms-apps:*" />
  27. </platform>
  28. <plugin name="jpush-phonegap-plugin" spec="/Users/xukai/Downloads/jpush-phonegap-plugin-master">
  29. <variable name="APP_KEY" value="39669413c339d3e60d6a27b7" />
  30. </plugin>
  31. <engine name="android" spec="^7.0.0" />
  32. </widget>