From 87b042dcc84205373bf48e61e2237ea0447687f3 Mon Sep 17 00:00:00 2001 From: xds Date: Fri, 31 Oct 2025 19:05:54 +0300 Subject: [PATCH] fix .env.production --- .env.development | 2 +- index.html | 7 +------ src/components/auth/LoginPage.vue | 10 +++++++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.env.development b/.env.development index 3fceb99..192ca5f 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -VITE_API_URL=http://localhost:8082/api +VITE_API_URL=http://localhost:8089/api VITE_ENABLE_DEVTOOLS=true \ No newline at end of file diff --git a/index.html b/index.html index 30c1a22..d200539 100644 --- a/index.html +++ b/index.html @@ -16,12 +16,7 @@ - - +
diff --git a/src/components/auth/LoginPage.vue b/src/components/auth/LoginPage.vue index a44dcb9..2e367ff 100644 --- a/src/components/auth/LoginPage.vue +++ b/src/components/auth/LoginPage.vue @@ -59,9 +59,13 @@ onMounted(async () => {
- - - +
+
+ +
+