From dd855634a0a8f7c06d6529af8d4eb5d683ce5e7c Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Fri, 7 Mar 2025 13:37:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EB=94=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++++ src/common/axios-interceptor.js | 11 +++++++++++ src/layouts/NormalLayout.vue | 12 ++++++------ src/stores/loadingStore.js | 24 ++++++++++++++++++++++++ src/views/LoadingPage.vue | 33 +++++++++++++++++++++++++++------ 5 files changed, 72 insertions(+), 12 deletions(-) create mode 100644 src/stores/loadingStore.js diff --git a/src/App.vue b/src/App.vue index 6bc4eb2..6336504 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,7 @@