From 6bbee48d4d2e2d1b290ac7b3e9e0f8758e21982f Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 29 Jan 2026 16:25:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B9=B4=EC=B9=B4=EC=98=A4=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 1 + .env.production | 1 + public/index.html | 1 + src/api/member.js | 14 +++- src/assets/kakao_login.png | Bin 0 -> 2946 bytes src/store/accountStore.js | 25 ++++++ src/views/Login/Login.vue | 154 +++++++++++++++++++++++++++---------- 7 files changed, 155 insertions(+), 41 deletions(-) create mode 100644 src/assets/kakao_login.png diff --git a/.env.development b/.env.development index 05ab205..e7179ee 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,4 @@ VUE_APP_API_URL=https://test-api.sodalive.net NODE_ENV=development VUE_APP_GOOGLE_CLIENT_ID=758414412471-mosodbj2chno7l1j0iihldh6edmk0gk9.apps.googleusercontent.com +VUE_APP_KAKAO_JS_KEY=2be3c619ed36fd3e138bf45812c57d7f diff --git a/.env.production b/.env.production index 958498a..39dd198 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,4 @@ VUE_APP_API_URL=https://api.sodalive.net NODE_ENV=production VUE_APP_GOOGLE_CLIENT_ID=983594297130-5hrmkh6vpskeq6v34350kmilf74574h2.apps.googleusercontent.com +VUE_APP_KAKAO_JS_KEY=378e800dd9029907c559390e786157ef diff --git a/public/index.html b/public/index.html index 1bd41df..4c86ec6 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,7 @@ +