fix(接口测试): 修复接口测试首页跳转场景有时不加载模块树的问题
This commit is contained in:
parent
f5ffd2fffd
commit
6897d77918
|
@ -5,7 +5,8 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico" />
|
||||
<link href="/display/file/logo" rel="shortcut icon" type="application/octet-stream">
|
||||
<link href="/display/file/css" rel="stylesheet">
|
||||
<title>Test Plan Report</title>
|
||||
</head>
|
||||
|
||||
|
@ -27,4 +28,4 @@
|
|||
sessionStorage.setItem("micro_ports", JSON.stringify(microPorts));
|
||||
</script>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue