fix: 로그인 후 리다이렉트 경로를 새 대시보드로 수정
변경사항: - authController.js: 로그인 후 /pages/dashboard.html로 리다이렉트 - config.js: 모든 대시보드 경로를 /pages/dashboard.html로 통일 - work/report-view.html: 대시보드 버튼 경로 수정 이제 로그인하면 올바른 경로로 이동합니다. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
<div class="header-right">
|
||||
<div class="header-actions">
|
||||
<button class="btn btn-secondary dashboard-btn" onclick="window.location.href='/pages/dashboard/group-leader.html'">
|
||||
<button class="btn btn-secondary dashboard-btn" onclick="window.location.href='/pages/dashboard.html'">
|
||||
<span class="btn-icon">🏠</span>
|
||||
대시보드
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user