🔄 更新前端版本号 - 强制刷新浏览器缓存
## 问题 浏览器缓存了旧版本的app.js,新的axios配置无法生效 ## 修改 app.js?v=20251110001 → app.js?v=20251121001 ## 说明 版本号更新后,浏览器会自动下载新的app.js文件, 包含最新的axios withCredentials配置 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2312,6 +2312,6 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script src="app.js?v=20251110001"></script>
|
<script src="app.js?v=20251121001"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user