Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop
This commit is contained in:
+3
-3
@@ -19,12 +19,12 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
|
||||
|
||||
# h5专用地址x2
|
||||
|
||||
#VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
|
||||
VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
|
||||
|
||||
VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.130:9601'
|
||||
VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602'
|
||||
# VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.130:9601'
|
||||
# VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602'
|
||||
# VITE_APP_BASE_H5_API_Url_TRAASK = 'http://25.64.16.144:9605'
|
||||
|
||||
|
||||
|
||||
+19
-18
@@ -819,24 +819,25 @@
|
||||
if (watchFlag.value === 1) return
|
||||
// getData('2');
|
||||
// initsocketTask()
|
||||
if (!isPreview.value) {
|
||||
studyStartApi({
|
||||
crsId: crsId.value,
|
||||
teacherNo: choiceTeacher.value,
|
||||
studyType: isPreview.value ? 'P' : 'S',
|
||||
isContinue: 'Y',
|
||||
stdyId: stdyId.value
|
||||
}).then(res => {
|
||||
const {
|
||||
body
|
||||
} = res
|
||||
stdyId.value = body.stdyId || ''
|
||||
stdyBatch.value = body.stdyBatch || ''
|
||||
oldStdyId.value = body.oldStdyId || ''
|
||||
logId.value = body.logId || ''
|
||||
step.value = 2
|
||||
}).catch(err => {})
|
||||
}
|
||||
// 注释显示时开始新纪录
|
||||
// if (!isPreview.value) {
|
||||
// studyStartApi({
|
||||
// crsId: crsId.value,
|
||||
// teacherNo: choiceTeacher.value,
|
||||
// studyType: isPreview.value ? 'P' : 'S',
|
||||
// isContinue: 'Y',
|
||||
// stdyId: stdyId.value
|
||||
// }).then(res => {
|
||||
// const {
|
||||
// body
|
||||
// } = res
|
||||
// stdyId.value = body.stdyId || ''
|
||||
// stdyBatch.value = body.stdyBatch || ''
|
||||
// oldStdyId.value = body.oldStdyId || ''
|
||||
// logId.value = body.logId || ''
|
||||
// step.value = 2
|
||||
// }).catch(err => {})
|
||||
// }
|
||||
})
|
||||
const watchFlag = ref(1)
|
||||
onUnload(() => {
|
||||
|
||||
Reference in New Issue
Block a user