Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop
This commit is contained in:
+4
-2
@@ -2,8 +2,11 @@
|
||||
ENV = 'development'
|
||||
# 'development'
|
||||
|
||||
# UAT
|
||||
# VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786'
|
||||
|
||||
|
||||
# DEV
|
||||
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
|
||||
|
||||
# app入口
|
||||
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
|
||||
@@ -44,4 +47,3 @@ VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7002'
|
||||
# 付丙鑫
|
||||
# VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.145:9602'
|
||||
|
||||
|
||||
|
||||
@@ -179,6 +179,11 @@ const getData = async flag => {
|
||||
if (isPreview.value) {
|
||||
resStartStudyNow(body.teacheList)
|
||||
} else {
|
||||
if(body.isStdyFinish === 'Y'){
|
||||
// 重新学习
|
||||
resStartStudyNow(body.teacheList)
|
||||
return
|
||||
}
|
||||
if (body.stdyProgressFlag === 'N') {
|
||||
step.value = 1
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user