From d3ce47bd5213990007dbae52bc168ab43e1383ad Mon Sep 17 00:00:00 2001 From: Strange <3304393868@qq.com> Date: Sat, 20 Jul 2024 18:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=BA=9B=E9=80=BB=E8=BE=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- .env.production | 2 +- src/components/TopicBox.vue | 5 +++++ src/stores/topic.js | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 802d00a..671589d 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,2 @@ -VITE_APP_BASE_API = 'http://127.0.0.1:8088' \ No newline at end of file +# VITE_APP_BASE_API = 'http://127.0.0.1:8088' +VITE_APP_BASE_API = 'http://aw.9miao.fun/prod-api' \ No newline at end of file diff --git a/.env.production b/.env.production index 14faf22..38492bc 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -VITE_APP_BASE_API = 'https://aw.9miao.fun/prod-api' \ No newline at end of file +VITE_APP_BASE_API = 'http://aw.9miao.fun/prod-api' \ No newline at end of file diff --git a/src/components/TopicBox.vue b/src/components/TopicBox.vue index 22ba287..f2e2df0 100644 --- a/src/components/TopicBox.vue +++ b/src/components/TopicBox.vue @@ -36,6 +36,7 @@