fix(cache): tkds→tkfb 변경 후 전 서비스 캐시 버스팅 갱신
tkfb-core.js v=2026040104, tksupport/tksafety/tkpurchase/tkuser-core.js, system2 api-base.js, system3 app.js 캐시 버스팅 일괄 갱신. 브라우저 캐시에 남은 구버전(tkds 리다이렉트) 강제 갱신. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/static/js/tksupport-core.js?v=2026032501"></script>
|
||||
<script src="/static/js/tksupport-core.js?v=2026040101"></script>
|
||||
<script>
|
||||
async function initPage() {
|
||||
if (!initAuth()) return;
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/static/js/tksupport-core.js?v=2026032501"></script>
|
||||
<script src="/static/js/tksupport-core.js?v=2026040101"></script>
|
||||
<script>
|
||||
let vacationTypes = [];
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/static/js/tksupport-core.js?v=2026032501"></script>
|
||||
<script src="/static/js/tksupport-core.js?v=2026040101"></script>
|
||||
<script>
|
||||
const TYPE_COLOR = {
|
||||
ANNUAL_FULL: { bg: 'bg-blue-100', text: 'text-blue-800', label: '연' },
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/static/js/tksupport-core.js?v=2026032501"></script>
|
||||
<script src="/static/js/tksupport-core.js?v=2026040101"></script>
|
||||
<script>
|
||||
let reviewAction = '';
|
||||
let reviewRequestId = null;
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/static/js/tksupport-core.js?v=2026032501"></script>
|
||||
<script src="/static/js/tksupport-core.js?v=2026040101"></script>
|
||||
<script>
|
||||
const TYPE_COLOR = {
|
||||
ANNUAL_FULL: { bg: 'bg-blue-100', text: 'text-blue-800', label: '연' },
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/static/js/tksupport-core.js?v=2026032501"></script>
|
||||
<script src="/static/js/tksupport-core.js?v=2026040101"></script>
|
||||
<script>
|
||||
async function initRequestPage() {
|
||||
if (!initAuth()) return;
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/static/js/tksupport-core.js?v=2026032501"></script>
|
||||
<script src="/static/js/tksupport-core.js?v=2026040101"></script>
|
||||
<script>
|
||||
let cachedRequests = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user