fix(nav): 하단 네비에서 TBM/작업보고 제거, 신고 추가

권한 차등 페이지(TBM, 작업보고)는 공통 하단 네비에 부적합.
신고(tkreport.technicalkorea.net) 링크로 대체.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-01 11:24:19 +09:00
parent bc92b0d5b0
commit 39c333bb39
6 changed files with 8 additions and 13 deletions

View File

@@ -203,6 +203,6 @@
<!-- 모바일 전용 UI 로직 -->
<script src="/js/daily-work-report-mobile.js?v=2026031401"></script>
<script>initAuth();</script>
<script src="/static/js/shared-bottom-nav.js?v=2026033101"></script>
<script src="/static/js/shared-bottom-nav.js?v=2026040102"></script>
</body>
</html>