From 2cfe37fd53ac436f12d6712921a7f097506365f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=9C=EA=B3=A8=EC=95=BD=EC=82=AC?= Date: Thu, 11 Sep 2025 20:02:27 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=A4=EC=B6=9C=20=EB=8C=80=EC=8B=9C?= =?UTF-8?q?=EB=B3=B4=EB=93=9C=20=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B0=94=20?= =?UTF-8?q?=EB=A7=81=ED=81=AC=20=ED=99=9C=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - base.html에서 매출 대시보드 링크를 showComingSoon()에서 실제 경로로 변경 - href="#" onclick="showComingSoon('매출 대시보드')" → href="{{ url_for('revenue_dashboard') }}" - 이제 사이드바에서 매출 대시보드에 정상 접근 가능 - 구독 서비스 관리와 매출 대시보드 모두 완전 구현 완료 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- farmq-admin/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/farmq-admin/templates/base.html b/farmq-admin/templates/base.html index 3ac9782..e25f401 100644 --- a/farmq-admin/templates/base.html +++ b/farmq-admin/templates/base.html @@ -208,7 +208,7 @@