fix: 修复普通用户登录和访问文件时的OSS配置检查

- 登录流程:当没有OSS配置时显示友好警告而不是权限错误
- 文件访问:在调用API前检查OSS配置,避免后端报错
- 更新JS版本号强制刷新缓存

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 19:50:29 +08:00
parent 6c283efffb
commit a86903fcdc
2 changed files with 11 additions and 4 deletions

View File

@@ -3520,6 +3520,6 @@
}
</style>
<script src="app.js?v=20260122001"></script>
<script src="app.js?v=20260122002"></script>
</body>
</html>