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
19a6a9b9
Commit
19a6a9b9
authored
Mar 06, 2020
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
add
parents
d3de0a9a
25aa7cff
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
13 deletions
+16
-13
prod.env.js
config/prod.env.js
+1
-1
uat.env.js
config/uat.env.js
+3
-3
body-check.vue
src/pages/carConfirm/body-check.vue
+2
-2
body-check.vue
src/pages/contractSigning/body-check.vue
+3
-4
body-check.vue
src/pages/distributorSign/body-check.vue
+2
-2
video-list.vue
src/pages/videoSign/video-list.vue
+5
-1
No files found.
config/prod.env.js
View file @
19a6a9b9
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://www.xcmgfs.com:8087/r/api"'
,
fileUploadSvcPath
:
'"http://www.xcmgfs.com:8087/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="'
,
appId
:
'"com.xcmg.app"'
,
currentVersion
:
'"0.0.
3
"'
currentVersion
:
'"0.0.
5
"'
}
config/uat.env.js
View file @
19a6a9b9
...
...
@@ -5,11 +5,11 @@ module.exports = {
debug
:
true
,
isMobilePlatform
:
true
,
loginPath
:
'"http://180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_
PROD
&apiName="'
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_
UAT
&apiName="'
,
rootPath
:
'"http://180.104.121.66:8088/r/api"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
PROD
&apiName=file_view&"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
UAT
&apiName=file_view&"'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_
PROD
&apiName="'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_
UAT
&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"1.8.3"'
}
...
...
src/pages/carConfirm/body-check.vue
View file @
19a6a9b9
...
...
@@ -218,8 +218,8 @@ export default {
content
:
`检测成功,请进行电子签认证`
,
onConfirm
:
()
=>
{
// 电子签认证
vm
.
goElectronicSign
(
)
vm
.
svaeVideo
(
fileUrl
)
// 上传视频文件至业务系统
vm
.
svaeVideo
(
fileUrl
)
setTimeout
(
vm
.
goElectronicSign
(),
3000
)
},
})
}
...
...
src/pages/contractSigning/body-check.vue
View file @
19a6a9b9
...
...
@@ -121,7 +121,6 @@ export default {
// 视频保存
saveVideoStart
(
list
)
{
console
.
log
(
'list '
+
JSON
.
stringify
(
list
))
let
vm
=
this
if
(
list
.
length
)
{
var
alreadyUploadNum
=
0
var
attLength
=
0
...
...
@@ -137,7 +136,6 @@ export default {
for
(
var
j
=
0
;
j
<
list
.
length
;
j
++
)
{
if
(
list
[
j
].
filePath
===
res
.
response
.
filePath
)
{
list
[
j
].
attachment_id
=
res
.
response
.
attachment_id
console
.
log
(
'%%%%%%%%%%%%% '
+
JSON
.
stringify
(
res
.
response
))
break
}
}
...
...
@@ -218,8 +216,9 @@ export default {
content
:
`检测成功,请进行电子签认证`
,
onConfirm
:
()
=>
{
// 电子签认证
vm
.
goElectronicSign
()
vm
.
svaeVideo
(
fileUrl
)
// 上传视频文件至业务系统
vm
.
svaeVideo
(
fileUrl
)
setTimeout
(
vm
.
goElectronicSign
(),
3000
)
// 上传视频文件至业务系统
},
})
}
...
...
src/pages/distributorSign/body-check.vue
View file @
19a6a9b9
...
...
@@ -218,8 +218,8 @@ export default {
content
:
`检测成功,请进行电子签认证`
,
onConfirm
:
()
=>
{
// 电子签认证
vm
.
goElectronicSign
(
)
vm
.
svaeVideo
(
fileUrl
)
// 上传视频文件至业务系统
vm
.
svaeVideo
(
fileUrl
)
setTimeout
(
vm
.
goElectronicSign
(),
3000
)
},
})
}
...
...
src/pages/videoSign/video-list.vue
View file @
19a6a9b9
...
...
@@ -165,7 +165,11 @@ export default {
if
(
res
)
{
hls
.
cordova
.
cloudroom
.
CloudRoomService
.
helpYourSelf
(
sendStr
,
function
(
data
)
{
console
.
log
(
JSON
.
stringify
(
data
,
''
,
2
))
vm
.
doConfirmInterview
(
item
)
if
(
data
.
result
===
'S'
)
{
vm
.
doConfirmInterview
(
item
)
}
else
{
vm
.
hlsPopup
.
showLongCenter
(
'您未完成视频面签,请重试!'
)
}
},
function
(
fail
)
{
vm
.
hlsPopup
.
showLongCenter
(
'进入会话失败'
)
...
...
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