하관우 하관우 04-09
2025-04-09 하관우 아이디저장 로직
@b4ef18e03cd235b6553b55c75dd9bbb738ad985b
client/views/index.js
--- client/views/index.js
+++ client/views/index.js
@@ -13,7 +13,7 @@
     .use(cmmnPlugin)
     .use(VueCookies);
 
-  vue.$cookies.config('7d'); // 쿠키의 기본 유효 기간을 1일로 설정
+  vue.$cookies.config('7d'); // 쿠키의 기본 유효 기간을 7일로 설정
   vue.config.devtools = true;
   vue.mount("#root");
 }
Add a comment
List