[UI 개선] 서브메뉴 및 탭 바 컴포넌트 추가, AppHeader 및 기본 레이아웃 수정, API 호출 로직 개선
This commit is contained in:
@@ -39,7 +39,7 @@ export const usePermissionsStore = defineStore(
|
||||
*/
|
||||
|
||||
// 임시 가데이터 사용
|
||||
await new Promise(resolve => setTimeout(resolve, 500)); // 로딩 시뮬레이션
|
||||
await new Promise(resolve => setTimeout(resolve, 3000)); // 로딩 시뮬레이션
|
||||
|
||||
permissions.value = {
|
||||
resources: {
|
||||
|
||||
Reference in New Issue
Block a user