From 3f9b0daf5316d3f561764e4f9d52f8e70d8eb910 Mon Sep 17 00:00:00 2001 From: ByungCheol Date: Mon, 29 Jun 2026 08:33:20 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=98=A4=ED=94=84=EB=9D=BC=EC=9D=B8?= =?UTF-8?q?=C2=B7=EB=84=A4=ED=8A=B8=EC=9B=8C=ED=81=AC=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=20=EC=95=88=EB=82=B4=20=EB=B0=B0=EB=84=88=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - http 인터셉터: 응답 없는 네트워크 오류(오프라인/타임아웃/서버다운) 시 net:error 이벤트 발생 (취소 요청 제외) - App.vue: navigator.onLine + online/offline + net:error 구독 → 상단 고정 배너로 안내(+새로고침). 서버 응답 없음은 5초 후 자동 숨김 - 폐쇄 테스트(다양한 네트워크 환경)에서 무반응 대신 명확한 피드백 제공 Co-Authored-By: Claude Opus 4.8 --- src/App.vue | 86 ++++++++++++++++++++++++++++++++++++++++++++++++- src/api/http.js | 3 ++ 2 files changed, 88 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 9161f73..5d57b0e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@