diff --git a/.env.development b/.env.development index 082ce6f..618a7db 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,3 @@ VITE_USE_MOCK=true -VITE_API_BASE_URL=http://localhost:5173 \ No newline at end of file +# VITE_API_BASE_URL=http://localhost:5173 +VITE_API_BASE_URL=http://127.0.0.1:8081 diff --git a/.env.production b/.env.production index 87e7fb4..8c63f70 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,4 @@ VITE_USE_MOCK=false -VITE_API_BASE_URL=http://localhost:5173 +# VITE_API_BASE_URL=http://localhost:5173 +VITE_API_BASE_URL=http://127.0.0.1:8081 +# http://127.0.0.1:8081 \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 4e701fa..53b5864 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,22 @@ - +