From 96197fe05a7e4cf07b7a18f8f958124aaede441d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Thu, 20 Nov 2025 11:08:19 +0800 Subject: [PATCH] fix: bug --- .env.development.yh | 2 +- src/pages/sparring/chooseRole.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.development.yh b/.env.development.yh index 37f4a114..3934d26d 100644 --- a/.env.development.yh +++ b/.env.development.yh @@ -4,7 +4,7 @@ ENV = 'development.yh' VITE_APP_BASE_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.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' diff --git a/src/pages/sparring/chooseRole.vue b/src/pages/sparring/chooseRole.vue index 70f94dd0..ff4f26ca 100644 --- a/src/pages/sparring/chooseRole.vue +++ b/src/pages/sparring/chooseRole.vue @@ -88,7 +88,6 @@ }) } const onSwiperChange = (data) => { - console.log('轮播图切换:', e); currentIndex.value = data.index; } const isPreview = ref(false)