fix : main banner modify
SpecialSource Frontend CD / deploy (push) Successful in 7s

This commit is contained in:
2026-05-27 11:08:40 +09:00
parent e607236b3c
commit 3d3783bbca
+2 -2
View File
@@ -152,8 +152,8 @@ const terminalRef = ref(null);
const termInstance = ref(null); const termInstance = ref(null);
// 로그인 폼 초기값 세팅 유지 // 로그인 폼 초기값 세팅 유지
const loginId = ref('admin'); const loginId = ref('');
const loginPw = ref('1234'); const loginPw = ref('');
const activeMenu = ref('main'); const activeMenu = ref('main');
const authToken = ref(localStorage.getItem('token')); const authToken = ref(localStorage.getItem('token'));