Commit d9a6aae6 authored by jiacheng.mao's avatar jiacheng.mao

config文件增加部分域名地址

parent f395a585
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
<access origin="*" /> <access origin="*" />
<access launch-external="yes" origin="mailto:*" /> <access launch-external="yes" origin="mailto:*" />
<access launch-external="yes" origin="tel:*" /> <access launch-external="yes" origin="tel:*" />
<access launch-external="yes" origin="https://sign-pub.qsign.com.cn/*" />
<access launch-external="yes" origin="https://sign-test.qsign.com.cn/*" />
<access launch-external="yes" origin="https://www.xcmgfs.com/*" />
<allow-intent href="http://*/*" /> <allow-intent href="http://*/*" />
<allow-intent href="https://*/*" /> <allow-intent href="https://*/*" />
<allow-intent href="mailto:*" /> <allow-intent href="mailto:*" />
...@@ -23,6 +26,9 @@ ...@@ -23,6 +26,9 @@
<allow-navigation href="http://180.104.121.66:8088/*" /> <allow-navigation href="http://180.104.121.66:8088/*" />
<allow-navigation href="https://docs.jiguang.cn/*" /> <allow-navigation href="https://docs.jiguang.cn/*" />
<allow-navigation href="https://www.rongcloud.cn/*" /> <allow-navigation href="https://www.rongcloud.cn/*" />
<allow-navigation href="https://sign-pub.qsign.com.cn/*" />
<allow-navigation href="https://sign-test.qsign.com.cn/*" />
<allow-navigation href="https://www.xcmgfs.com/*" />
<access launch-external="yes" origin="tel:*" /> <access launch-external="yes" origin="tel:*" />
<access launch-external="yes" origin="sms:*" /> <access launch-external="yes" origin="sms:*" />
<preference name="ScrollEnabled" value="false" /> <preference name="ScrollEnabled" value="false" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment