Skip to content

Commit

Permalink
增加状态
Browse files Browse the repository at this point in the history
  • Loading branch information
xwchris committed Dec 10, 2024
1 parent 7b5ef79 commit 95dac02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const publish: IPlugin = ctx => {
data: params,
});
} else {
const shouldEdit = latestVersionStatus && [2, 3, 5, 7].indexOf(latestVersionStatus) !== -1;
const shouldEdit = latestVersionStatus && [2, 3, 5, 7, 11].indexOf(latestVersionStatus) !== -1;
const isComponent = appDetail.appSceneType === AppSceneTypeEnum.DESIGN_CENTER_COMPONENT;

// ask desc
Expand Down

0 comments on commit 95dac02

Please sign in to comment.