From 483f9652cf854fd04dc20420a08d10704b8a2cf9 Mon Sep 17 00:00:00 2001 From: zhangdahai112 Date: Tue, 11 Oct 2022 18:57:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=E8=87=AA=E5=8A=A8=E5=8C=96):=20UI?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E8=B0=83=E8=AF=95=E5=9C=B0=E5=9D=80=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1017659 --user=张大海 【UI测试】本地调试的报错弹窗错误 https://www.tapd.cn/55049933/s/1258936 --- .../sdk-parent/frontend/src/components/personal/UiSetting.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/components/personal/UiSetting.vue b/framework/sdk-parent/frontend/src/components/personal/UiSetting.vue index ac3c2ce475..8f958784b8 100644 --- a/framework/sdk-parent/frontend/src/components/personal/UiSetting.vue +++ b/framework/sdk-parent/frontend/src/components/personal/UiSetting.vue @@ -60,7 +60,7 @@ export default { let userId = getCurrentUserId(); let res = await getUserInfo(userId); if (res.data) { - this.seleniumServer = res.data.data.seleniumServer || ""; + this.seleniumServer = res.data.seleniumServer || ""; } }, updateSeleniumServer() {