From 4bd6a702aa5248f0525ebce978a037f083b0893d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=85=89=E5=AD=9F?= Date: Thu, 12 Feb 2026 15:09:30 +0800 Subject: [PATCH] =?UTF-8?q?style(CustomView):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E9=A2=9C=E8=89=B2=E4=B8=BA=20#fff9ec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 3 ++- src/pages/concept/components/CustomView.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index b291e95..10012e6 100644 --- a/.env.production +++ b/.env.production @@ -8,7 +8,8 @@ VITE_API_URL = http://123.60.153.169:8040/apih5 # VITE_API_URL = http://123.60.79.143:8041/apih5 # datav测试环境接口地址,打包cankao.cs.com.cn生产环境请改成 https://cankao.cs.com.cn/zzck_datav -VITE_API_TEST_DATAV_URL = https://cankao.cs.com.cn/zzck_test +# VITE_API_TEST_DATAV_URL = https://cankao.cs.com.cn/zzck_test +VITE_API_TEST_DATAV_URL = https://cankao.cs.com.cn/zzck_datav # datav生产数据接口 VITE_API_DATAV_URL = https://cankao.cs.com.cn/zzck_datav \ No newline at end of file diff --git a/src/pages/concept/components/CustomView.vue b/src/pages/concept/components/CustomView.vue index 4ea2583..1dc42e0 100644 --- a/src/pages/concept/components/CustomView.vue +++ b/src/pages/concept/components/CustomView.vue @@ -302,7 +302,7 @@ onMounted(() => { display: flex; align-items: center; padding: 18rpx 30rpx; - background: #eff7ff; + background: #fff9ec; border-radius: 8rpx; .industry-name {