fix(tkpurchase): fetch에 cache:no-store 추가 — 브라우저 캐시 완전 우회
이전 응답이 브라우저에 캐시된 상태에서 서버 Cache-Control만으로는 기존 캐시를 무효화할 수 없음. fetch() 호출 시 cache:'no-store'로 브라우저가 항상 네트워크 요청하도록 강제. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/static/js/tkpurchase-core.js?v=2026031602"></script>
|
||||
<script src="/static/js/tkpurchase-core.js?v=2026031603"></script>
|
||||
<script src="/static/js/tkpurchase-accounts.js?v=2026031601"></script>
|
||||
<script>initAccountsPage();</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user