Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
2aec69f9
Commit
2aec69f9
authored
Jan 05, 2022
by
胡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 可能没用的修复
parent
cbc56e16
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
config.xml
config.xml
+5
-2
package.json
package.json
+4
-1
ios.json
plugins/ios.json
+6
-0
No files found.
config.xml
View file @
2aec69f9
...
...
@@ -11,6 +11,7 @@
<access
origin=
"*"
/>
<access
launch-external=
"yes"
origin=
"mailto:*"
/>
<access
launch-external=
"yes"
origin=
"tel:*"
/>
<access
launch-external=
"yes"
origin=
"https://sign-pub.qsign.com.cn/*"
/>
<allow-intent
href=
"http://*/*"
/>
<allow-intent
href=
"https://*/*"
/>
<allow-intent
href=
"mailto:*"
/>
...
...
@@ -23,6 +24,7 @@
<allow-navigation
href=
"http://180.104.121.66:8088/*"
/>
<allow-navigation
href=
"https://docs.jiguang.cn/*"
/>
<allow-navigation
href=
"https://www.rongcloud.cn/*"
/>
<allow-navigation
href=
"https://sign-pub.qsign.com.cn/*"
/>
<access
launch-external=
"yes"
origin=
"tel:*"
/>
<access
launch-external=
"yes"
origin=
"sms:*"
/>
<preference
name=
"ScrollEnabled"
value=
"false"
/>
...
...
@@ -109,6 +111,7 @@
<plugin
name=
"cordova-plugin-device"
spec=
"2.0.2"
/>
<plugin
name=
"cordova-plugin-splashscreen"
spec=
"5.0.2"
/>
<plugin
name=
"ionic-plugin-keyboard"
spec=
"^2.2.1"
/>
<plugin
name=
"IdCardPlugin"
spec=
"/Users/jeshi/Documents/徐工/card-plugin-test/IdCardPlugin"
/>
<engine
name=
"ios"
spec=
"^4.5.5"
/>
<engine
name=
"android"
spec=
"~6.2.0"
/>
<plugin
name=
"cordova-plugin-ionic-webview"
spec=
"~1.2.1"
/>
<plugin
name=
"cordova-plugin-inappbrowser"
spec=
"~4.0.0"
/>
</widget>
package.json
View file @
2aec69f9
...
...
@@ -105,6 +105,9 @@
"ios"
,
"android"
],
"plugins"
:
{}
"plugins"
:
{
"cordova-plugin-inappbrowser"
:
{},
"cordova-plugin-ionic-webview"
:
{}
}
}
}
plugins/ios.json
View file @
2aec69f9
...
...
@@ -72,6 +72,12 @@
"ionic-plugin-keyboard"
:
{
"PACKAGE_NAME"
:
"com.xcmg.app"
},
"cordova-plugin-ionic-webview"
:
{
"PACKAGE_NAME"
:
"$(PRODUCT_BUNDLE_IDENTIFIER)"
},
"cordova-plugin-inappbrowser"
:
{
"PACKAGE_NAME"
:
"$(PRODUCT_BUNDLE_IDENTIFIER)"
},
"jpush-phonegap-plugin"
:
{
"APP_KEY"
:
"bef4fd44dcf54b79b8ab27c3"
,
"PACKAGE_NAME"
:
"com.xcmg.app"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment