修复系统概览数据不准确的查询。修复交叉评查意见列表的数量查询。优化全局消息提示的层级。优化提交意见进行局部更新。

This commit is contained in:
2025-07-25 09:49:36 +08:00
parent 3dab54d551
commit ccd5cdf71e
29 changed files with 2444 additions and 1035 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ export class TokenManager {
private oauthClient: OAuthClient;
constructor() {
this.oauthClient = new OAuthClient(OAUTH_CONFIG);
this.oauthClient = new OAuthClient(OAUTH_CONFIG.value);
}
/**
@@ -151,4 +151,4 @@ export class TokenManager {
}
// 导出单例实例
export const tokenManager = new TokenManager();
export const tokenManager = new TokenManager();