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
fca43d1a
Commit
fca43d1a
authored
Mar 07, 2020
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
add
parents
19a6a9b9
4083c4e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
16 deletions
+9
-16
dev.env.js
config/dev.env.js
+4
-4
uat.env.js
config/uat.env.js
+1
-1
video-list.vue
src/pages/videoSign/video-list.vue
+4
-11
No files found.
config/dev.env.js
View file @
fca43d1a
...
...
@@ -8,13 +8,13 @@ module.exports = merge(prodEnv, {
debug
:
true
,
isMobilePlatform
:
false
,
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_
UAT
&apiName="'
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_
DEV
&apiName="'
,
rootPath
:
'"http://180.104.121.66:8088/r/api"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
UAT
&apiName=file_view&"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
DEV
&apiName=file_view&"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_DEV&apiName="'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
appId
:
'"com.xcmg.app.
dev
"'
,
currentVersion
:
'"1.9.
0
"'
,
appId
:
'"com.xcmg.app.
uat
"'
,
currentVersion
:
'"1.9.
5
"'
,
})
...
...
config/uat.env.js
View file @
fca43d1a
...
...
@@ -11,6 +11,6 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"1.8.
3
"'
currentVersion
:
'"1.8.
5
"'
}
src/pages/videoSign/video-list.vue
View file @
fca43d1a
...
...
@@ -164,8 +164,8 @@ export default {
onConfirm
:
(
res
)
=>
{
if
(
res
)
{
hls
.
cordova
.
cloudroom
.
CloudRoomService
.
helpYourSelf
(
sendStr
,
function
(
data
)
{
console
.
log
(
JSON
.
stringify
(
data
,
''
,
2
))
if
(
data
.
result
===
'S'
)
{
console
.
log
(
'data ===== '
+
JSON
.
stringify
(
data
,
''
,
2
))
if
(
data
.
result
===
'S'
||
data
.
success
===
'1'
)
{
vm
.
doConfirmInterview
(
item
)
}
else
{
vm
.
hlsPopup
.
showLongCenter
(
'您未完成视频面签,请重试!'
)
...
...
@@ -188,7 +188,9 @@ export default {
project_id
:
item
.
project_id
,
confirm_status
:
'APPROVED'
,
}
vm
.
hlsPopup
.
showLoading
(
'请稍等'
)
vm
.
hlsHttp
.
post
(
url
,
params
).
then
(
res
=>
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
this
.
$router
.
push
({
name
:
'MyInfo'
,
...
...
@@ -197,15 +199,6 @@ export default {
})
},
/* entrySign2 () {
var sendStr = 'xcmg'
hls.cordova.cloudroom.CloudRoomService.helpYourSelf(sendStr, function (data) {
},
function (fail) {
hlsPopup.showLongCenter('进入会话失败')
})
}, */
toWatch
()
{
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