Hyungi Ahn
b0d17cd53b
fix(web-ui): 작업 분석 페이지 모듈 로딩 오류 수정
작업 분석 페이지에서 발생하던 JavaScript 모듈 로딩 오류를 해결했습니다.
문제점:
- SyntaxError: import call expects one or two arguments
- ReferenceError: Can't find variable: apiCall
- 네비게이션 바 미표시
해결 방법:
- api-config.js, load-navbar.js, work-analysis.js에 type="module" 추가
- work-analysis.js에서 api-config.js import하여 로딩 순서 보장
- 스크립트 버전 업데이트 (캐시 클리어)
수정된 파일:
- web-ui/pages/analysis/work-analysis.html: 스크립트 태그에 type="module" 추가
- web-ui/js/work-analysis.js: api-config.js import 추가
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-19 08:57:57 +09:00
..
2026-01-19 08:54:44 +09:00
2025-11-05 10:12:52 +09:00
2025-12-02 13:08:44 +09:00
2025-07-28 09:53:31 +09:00
2026-01-19 08:54:44 +09:00
2025-11-03 12:07:41 +09:00
2025-07-28 09:53:31 +09:00
2025-12-09 17:45:57 +09:00
2025-11-03 11:59:06 +09:00
2025-07-28 12:00:30 +09:00
2025-07-28 09:53:31 +09:00
2025-07-28 09:53:31 +09:00
2025-11-04 16:56:47 +09:00
2026-01-19 08:54:44 +09:00
2026-01-06 17:29:39 +09:00
2025-12-09 17:45:57 +09:00
2025-07-28 12:39:29 +09:00
2025-07-28 12:39:29 +09:00
2025-07-28 14:43:22 +09:00
2026-01-06 15:50:40 +09:00
2025-07-28 09:53:31 +09:00
2025-07-28 09:53:31 +09:00
2026-01-06 17:29:39 +09:00
2026-01-06 15:54:49 +09:00
2025-07-28 12:05:27 +09:00
2026-01-06 15:54:49 +09:00
2026-01-06 15:54:49 +09:00
2025-07-28 09:53:31 +09:00
2025-07-28 09:53:31 +09:00
2025-12-19 10:46:29 +09:00
2025-12-09 17:45:57 +09:00
2025-11-03 11:17:49 +09:00
2025-12-09 17:45:57 +09:00
2025-12-09 17:45:57 +09:00
2025-07-28 09:53:31 +09:00
2026-01-06 17:29:39 +09:00
2025-12-09 17:45:57 +09:00
2025-07-28 15:21:19 +09:00
2025-07-28 15:21:19 +09:00
2025-11-04 16:56:47 +09:00
2025-07-28 12:32:27 +09:00
2025-07-28 12:32:27 +09:00
2025-07-28 12:32:27 +09:00
2025-08-18 11:16:18 +09:00
2025-07-28 12:03:52 +09:00
2026-01-19 08:57:57 +09:00
2025-12-02 13:08:44 +09:00
2025-12-09 17:45:57 +09:00
2026-01-19 08:54:44 +09:00
2025-07-28 12:28:06 +09:00
2025-12-09 17:45:57 +09:00
2025-12-09 17:45:57 +09:00
2025-07-28 12:28:06 +09:00
2025-11-04 16:56:47 +09:00
2025-11-04 16:56:47 +09:00
2026-01-19 08:35:36 +09:00