From ad41d24116063cd492e84299df66adf53b0ba12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Tue, 2 Dec 2025 18:55:46 +0800 Subject: [PATCH] fix: bug --- .env.development | 6 +++--- src/pages/sparring/index.vue | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 6ef9ca88..9a63819e 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ ENV = 'development' # VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001' -#VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' +VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' @@ -16,10 +16,10 @@ ENV = 'development' # VITE_APP_BASE_API_Url = 'http://aitscdn.jlbank.com.cn:7001' # VITE_APP_BASE_API_Url = 'http://192.168.108.129' # dev -VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001' +# VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001' # sit -VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786' +# VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786' # UAT # VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786' diff --git a/src/pages/sparring/index.vue b/src/pages/sparring/index.vue index 95c96413..8f30784c 100644 --- a/src/pages/sparring/index.vue +++ b/src/pages/sparring/index.vue @@ -425,6 +425,13 @@ }) onShow(() => { console.log('onShow') + queryTraPartnerCatelogList().then(res => { + catelogList.value = res.body || [] + }) + // 重新获取标签信息 + getTraTagListApi().then(res => { + tagsTree.value = res.body || [] + }) activeTag.value = [] getMoreList(1) socketStore.closeSocket()