chore: 优化证书参数模版功能

This commit is contained in:
xiaojunnuo
2026-06-03 00:29:21 +08:00
parent 91d5c90eb0
commit 3db87218ee
8 changed files with 122 additions and 70 deletions
@@ -63,7 +63,7 @@ export abstract class BaseController {
async getProjectId(permission:string) {
if (!isEnterprise()) {
return null
return undefined
}
let projectIdStr = this.ctx.headers["project-id"] as string;
if (!projectIdStr){