feat. 페이지 호출시 로딩 적용

This commit is contained in:
clkim
2025-11-13 17:47:40 +09:00
parent 0d9b5dd7ad
commit 41ae618a5f
7 changed files with 189 additions and 70 deletions

View File

@@ -68,6 +68,7 @@ const fnGetSecuritySetting = async () => {
try {
const result = await commonFetch('GET', `${apiBase}/security/setting`, {
headers,
loading: true,
})
if (result?.code === 0 && Array.isArray(result.value)) {