Commit fca43d1a authored by linxin's avatar linxin

add

parents 19a6a9b9 4083c4e3
......@@ -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"',
})
......
......@@ -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"'
}
......@@ -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('敬请期待')
},
......
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