|
|
@ -586,16 +586,6 @@ export default { |
|
|
|
}).catch((error)=>{ |
|
|
|
}).catch((error)=>{ |
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 跳转 |
|
|
|
|
|
|
|
toPage(token, cid, systemId) { |
|
|
|
|
|
|
|
const url = location.href |
|
|
|
|
|
|
|
const host = url.includes('occupationlab.com') ? |
|
|
|
|
|
|
|
`http://www.huorantech.cn/banksystem` : |
|
|
|
|
|
|
|
process.env.NODE_ENV === 'development' ? |
|
|
|
|
|
|
|
`http://192.168.31.155:8093` : |
|
|
|
|
|
|
|
`http://39.108.250.202/banksystem` |
|
|
|
|
|
|
|
location.href = `${host}/#/index/list?token=${token}&cid=${cid}&systemId=${systemId}` |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
//选择好题目 |
|
|
|
//选择好题目 |
|
|
|
selectProject(){ |
|
|
|
selectProject(){ |
|
|
|
this.lockIt = false |
|
|
|
this.lockIt = false |
|
|
@ -646,7 +636,7 @@ export default { |
|
|
|
this.projectId = data.data.projectManage.projectId; |
|
|
|
this.projectId = data.data.projectManage.projectId; |
|
|
|
this.projectManage = data.data.projectManage; |
|
|
|
this.projectManage = data.data.projectManage; |
|
|
|
this.requires = data.data.projectJudgmentVos; |
|
|
|
this.requires = data.data.projectJudgmentVos; |
|
|
|
this.toPage(token, cid, systemId) |
|
|
|
this.$router.push('/index/list') |
|
|
|
} |
|
|
|
} |
|
|
|
}).catch((error)=>{ |
|
|
|
}).catch((error)=>{ |
|
|
|
}) |
|
|
|
}) |
|
|
@ -873,7 +863,6 @@ export default { |
|
|
|
this.grade = '00' |
|
|
|
this.grade = '00' |
|
|
|
this.$router.push('/index/list') |
|
|
|
this.$router.push('/index/list') |
|
|
|
this.getBeginTime() |
|
|
|
this.getBeginTime() |
|
|
|
this.toPage(token, cid, systemId) |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
checkVer() { |
|
|
|
checkVer() { |
|
|
|