From 768fc88fca1c74137753c15831b59969042f7978 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 7 Jul 2026 11:25:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9B=B4=E6=96=B0=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/pages/index/components/ConvenienceServices.vue | 2 +- src/pages/index/components/Tabs.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index fa660cd..8798391 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ NODE_ENV= development -# VITE_HTTP_BASE_URL = http://10.39.13.78:8002/api/ -VITE_HTTP_BASE_URL = http://test-weapp-api.linyikj.com.cn/api/ +VITE_HTTP_BASE_URL = http://10.39.13.78:8002/api/ +# VITE_HTTP_BASE_URL = http://test-weapp-api.linyikj.com.cn/api/ # VITE_HTTP_BASE_URL = https://weapp-api.linyikj.com.cn/api/ VITE_ACCESS_TOKEN_KEY= 'ACCESS_TOKEN_CUSTOMER' \ No newline at end of file diff --git a/src/pages/index/components/ConvenienceServices.vue b/src/pages/index/components/ConvenienceServices.vue index cf9e9ab..e403932 100644 --- a/src/pages/index/components/ConvenienceServices.vue +++ b/src/pages/index/components/ConvenienceServices.vue @@ -43,7 +43,7 @@ const emit = defineEmits(['change']) const tabList = ref([]) const list = ref([]) const current = ref('PropertyExclusive') -const props = defineProps(['data']) +const props = defineProps(['data','visible']) const handleSwitchType = (type: string) => { current.value = type emit('change', type) diff --git a/src/pages/index/components/Tabs.vue b/src/pages/index/components/Tabs.vue index 0cf2f08..15b1729 100644 --- a/src/pages/index/components/Tabs.vue +++ b/src/pages/index/components/Tabs.vue @@ -16,7 +16,7 @@