From 4ba0e1d7baef37ddbb9b49d0ddee94de62f02e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Fri, 21 Nov 2025 17:32:36 +0800 Subject: [PATCH] fix: bug --- .env.development.yh | 2 +- src/pages/sparring/components/question.vue | 216 ++++++++++++--------- src/pages/sparring/tip.vue | 1 - 3 files changed, 125 insertions(+), 94 deletions(-) diff --git a/.env.development.yh b/.env.development.yh index 8cb14c2d..e9359d3e 100644 --- a/.env.development.yh +++ b/.env.development.yh @@ -8,5 +8,5 @@ VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' # 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' # VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.154:9601' -VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.158:9601' +# VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.158:9601' diff --git a/src/pages/sparring/components/question.vue b/src/pages/sparring/components/question.vue index d8835cc4..886858e2 100644 --- a/src/pages/sparring/components/question.vue +++ b/src/pages/sparring/components/question.vue @@ -1,7 +1,7 @@