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()