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

@@ -569,6 +569,6 @@
}
</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>

View File

@@ -49,6 +49,6 @@
<script src="/static/js/tkfb-core.js?v=2026040102"></script>
<script src="/js/production-dashboard.js?v=2026033105"></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>

View File

@@ -99,6 +99,6 @@
<script src="/static/js/tkfb-core.js?v=2026040103"></script>
<script src="/static/js/purchase-request-mobile.js?v=2026040103"></script>
<script src="/static/js/shared-bottom-nav.js?v=2026040103"></script>
<script src="/static/js/shared-bottom-nav.js?v=2026040102"></script>
</body>
</html>

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>

View File

@@ -70,7 +70,7 @@
<div class="m-skeleton"></div>
</div>
<script src="/static/js/shared-bottom-nav.js?v=2026033101"></script>
<script src="/static/js/shared-bottom-nav.js?v=2026040102"></script>
<!-- Toast -->
<div id="toastContainer" class="toast-container"></div>

View File

@@ -11,14 +11,9 @@
icon: '<svg ' + SVG_ATTR + '><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg>'
},
{
href: '/pages/work/tbm-mobile.html',
label: 'TBM',
icon: '<svg ' + SVG_ATTR + '><path d="M9 11l3 3L22 4"/><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"/></svg>'
},
{
href: '/pages/work/report-create-mobile.html',
label: '작업보고',
icon: '<svg ' + SVG_ATTR + '><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg>'
href: 'https://tkreport.technicalkorea.net/',
label: '신고',
icon: '<svg ' + SVG_ATTR + '><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg>'
},
{
href: '/pages/purchase/request-mobile.html',