fix(接口测试): 全屏编辑同步开启或关闭共享cookie

--bug=1014186 --user=赵勇 【接口测试】接口自动化,全屏编辑,共享cookie没勾选 https://www.tapd.cn/55049933/s/1184515
This commit is contained in:
fit2-zhao 2022-06-16 17:54:04 +08:00 committed by f2c-ci-robot[bot]
parent 393aca031a
commit 28f7c31822
2 changed files with 6 additions and 0 deletions

View File

@ -324,6 +324,8 @@
:reloadDebug="reloadDebug"
:stepReEnable="stepEnable"
:message="message"
:enable-cookie="enableCookieShare"
:on-sample-error="onSampleError"
@setEnvType="setEnvType"
@envGroupId="setEnvGroup"
@closePage="close"

View File

@ -248,6 +248,8 @@ export default {
groupId: String,
projectIds: Set,
projectList: Array,
enableCookie: Boolean,
onSampleError: Boolean
},
components: {
MsAsideContainer,
@ -366,6 +368,8 @@ export default {
this.initPlugins();
this.buttonData = buttons(this);
this.projectEnvMap = this.envMap;
this.cookieShare = this.enableCookie;
this.sampleError = this.onSampleError;
},
mounted() {
this.$refs.refFab.openMenu();