fix(项目设置): 应用管理接口测试显示设置没有默认选中快捷调试

--bug=1018367 --user=李玉号 【项目设置】应用管理-接口测试-显示设置 没有默认选中快捷调试
https://www.tapd.cn/55049933/s/1266394
This commit is contained in:
shiziyuan9527 2022-10-18 16:55:17 +08:00 committed by lyh
parent 860db097a1
commit 45721d1007
1 changed files with 3 additions and 0 deletions

View File

@ -437,6 +437,9 @@ export default {
}
this.config = res.data;
this.config.shareReport = true;
if (!this.config.apiQuickMenu) {
this.config.apiQuickMenu = "debug";
}
if (!this.config.uiQuickMenu) {
this.config.uiQuickMenu = "server";
}