refactor(接口管理): 接口同步默认不删除用例参数

This commit is contained in:
guoyuqi 2024-10-31 17:17:14 +08:00 committed by 刘瑞斌
parent 05ea5acc44
commit 57db563ec9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default {
query: true,
rest: true,
body: true,
delNotSame: true,
delNotSame: false,
};
},
},