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 @@