fix(UI自动化): UI本地调试地址不显示
--bug=1017659 --user=张大海 【UI测试】本地调试的报错弹窗错误 https://www.tapd.cn/55049933/s/1258936
This commit is contained in:
parent
0002f98f7a
commit
483f9652cf
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue