feat(WEB): 대시보드 네비게이션 경로 정규화 및 서버 설정 개선
- normalizePath 헬퍼 함수 추가 (/ko prefix, ?mode=view 자동 추가) - 대시보드 detailButtonPath에 /ko prefix 적용 - start 스크립트에 -H 0.0.0.0 추가 (외부 접근 허용) - start:local 스크립트 추가 (로컬 전용) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -254,7 +254,7 @@ export const mockData: CEODashboardData = {
|
||||
],
|
||||
},
|
||||
],
|
||||
detailButtonPath: '/accounting/receivables-status',
|
||||
detailButtonPath: '/ko/accounting/receivables-status',
|
||||
},
|
||||
debtCollection: {
|
||||
cards: [
|
||||
@@ -277,7 +277,7 @@ export const mockData: CEODashboardData = {
|
||||
highlights: [{ text: '(주)삼성테크 건 회수 불가 판정.', color: 'red' }],
|
||||
},
|
||||
],
|
||||
detailButtonPath: '/accounting/bad-debt-collection',
|
||||
detailButtonPath: '/ko/accounting/bad-debt-collection',
|
||||
},
|
||||
vat: {
|
||||
cards: [
|
||||
|
||||
Reference in New Issue
Block a user