fix(项目设置): 应用管理接口测试显示设置没有默认选中快捷调试
--bug=1018367 --user=李玉号 【项目设置】应用管理-接口测试-显示设置 没有默认选中快捷调试 https://www.tapd.cn/55049933/s/1266394
This commit is contained in:
parent
860db097a1
commit
45721d1007
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue