feat. 페이지 호출시 로딩 적용
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user