fix(nav): 하단 배너에서 연차관리 제거

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-01 14:18:54 +09:00
parent 3f870b247d
commit 72e4a8b277
6 changed files with 5 additions and 10 deletions

View File

@@ -569,6 +569,6 @@
}
</script>
<script>initAuth();</script>
<script src="/static/js/shared-bottom-nav.js?v=2026040102"></script>
<script src="/static/js/shared-bottom-nav.js?v=2026040103"></script>
</body>
</html>

View File

@@ -49,6 +49,6 @@
<script src="/static/js/tkfb-core.js?v=2026040103"></script>
<script src="/js/production-dashboard.js?v=2026040103"></script>
<script src="/static/js/shared-bottom-nav.js?v=2026040102"></script>
<script src="/static/js/shared-bottom-nav.js?v=2026040103"></script>
</body>
</html>

View File

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

View File

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

View File

@@ -19,11 +19,6 @@
href: '/pages/purchase/request-mobile.html',
label: '소모품',
icon: '<svg ' + SVG_ATTR + '><path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"/><line x1="3" y1="6" x2="21" y2="6"/><path d="M16 10a4 4 0 0 1-8 0"/></svg>'
},
{
href: '/pages/attendance/my-vacation-info.html',
label: '연차관리',
icon: '<svg ' + SVG_ATTR + '><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/><path d="M9 16l2 2 4-4"/></svg>'
}
];