chore: 商业版也支持企业模式

This commit is contained in:
xiaojunnuo
2026-05-19 00:23:32 +08:00
parent b5368d120d
commit 6450d2bd56
2 changed files with 20 additions and 6 deletions
@@ -56,6 +56,10 @@ export function findStep(pipeline: any, id: string) {
export async function checkPipelineLimit() {
const settingsStore = useSettingStore();
if (settingsStore.isEnterprise) {
//企业模式不限制
return;
}
if (settingsStore.isComm && settingsStore.suiteSetting.enabled) {
//检查数量是否超限