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
1c446fc1
Commit
1c446fc1
authored
Apr 11, 2023
by
jiacheng.mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
演示demo,appid
parent
8e24e948
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
dev.env.js
config/dev.env.js
+1
-1
uat.env.js
config/uat.env.js
+1
-1
IdCardIdentifyPlugin.java
...s/IdCardPlugin/src/android/java/IdCardIdentifyPlugin.java
+1
-1
No files found.
config/dev.env.js
View file @
1c446fc1
...
...
@@ -10,6 +10,6 @@ module.exports = {
filePath
:
'"http://1.116.32.65:18080/r/api/app/fileViewSvc?sysName=XCMG_UAT&apiName=file_view&"'
,
ocrPath
:
'"http://1.116.32.65:18080/r/api"'
,
fileUploadSvcPath
:
'"http://1.116.32.65:18080/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.de
mo
"'
,
appId
:
'"com.xcmg.app.de
v
"'
,
currentVersion
:
'"3.5.9"'
}
config/uat.env.js
View file @
1c446fc1
...
...
@@ -10,6 +10,6 @@ module.exports = {
filePath
:
'"http://1.116.32.65:18080/r/api/app/fileViewSvc?sysName=XCMG_UAT&apiName=file_view&"'
,
ocrPath
:
'"http://1.116.32.65:18080/r/api"'
,
fileUploadSvcPath
:
'"http://1.116.32.65:18080/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.de
mo
"'
,
appId
:
'"com.xcmg.app.de
v
"'
,
currentVersion
:
'"3.5.9"'
}
plugins/IdCardPlugin/src/android/java/IdCardIdentifyPlugin.java
View file @
1c446fc1
...
...
@@ -33,7 +33,7 @@ public class IdCardIdentifyPlugin extends CordovaPlugin {
public
void
initialize
(
CordovaInterface
cordova
,
CordovaWebView
webView
)
{
super
.
initialize
(
cordova
,
webView
);
String
packageName
=
cordova
.
getActivity
().
getPackageName
();
if
(
"com.xcmg.app.de
mo
"
.
equals
(
packageName
))
{
if
(
"com.xcmg.app.de
v
"
.
equals
(
packageName
))
{
licenseName
=
"com.xcmg.app.dev-license.qsign-android"
;
}
else
{
licenseName
=
"com.xcmg.app-license.qsign-android"
;
...
...
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