fix(测试跟踪): 导出报告的字体文件
--bug=1027883 --user=白奇 【通用问题】测试跟踪/接口测试/UI测试/性能测试-报告的分享链接打不开 https://www.tapd.cn/55049933/s/1393977
This commit is contained in:
parent
10d1be8de7
commit
ae83bc1675
test-track/frontend/src/business/template/report/plan
|
@ -1,16 +1,15 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
|
<head>
|
||||||
|
<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" />
|
||||||
|
<title>Test Plan Report</title>
|
||||||
|
<link inline rel="stylesheet" href="/prd/element-ui/element-font.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<head>
|
<body>
|
||||||
<meta charset="utf-8" />
|
<div id="planReport"></div>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
</body>
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
</html>
|
||||||
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico" />
|
|
||||||
<title>Test Plan Report</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div id="planReport"></div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
Loading…
Reference in New Issue