diff --git a/.env.development.yh b/.env.development.yh index e1481a80..abc8dc37 100644 --- a/.env.development.yh +++ b/.env.development.yh @@ -4,8 +4,8 @@ ENV = 'development.yh' # 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 = 'http://25.18.122.91:9786' +# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786' # VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.32.154:9604' # VITE_APP_BASE_H5_API_Url_TRAPRACTICE = 'http://25.64.32.156:9603' diff --git a/src/components/examination/subject.vue b/src/components/examination/subject.vue index 2f6ff7e7..7821f813 100644 --- a/src/components/examination/subject.vue +++ b/src/components/examination/subject.vue @@ -474,6 +474,7 @@ margin-top: 28rpx; } .reference_answer { + white-space: pre-line; .reference_answer_title { font-weight: 700; font-size: 30rpx;