fix(测试跟踪): 导出报告的字体文件

--bug=1027883 --user=白奇 【通用问题】测试跟踪/接口测试/UI测试/性能测试-报告的分享链接打不开 https://www.tapd.cn/55049933/s/1393977
This commit is contained in:
baiqi 2023-07-17 17:10:17 +08:00 committed by 刘瑞斌
parent 10d1be8de7
commit ae83bc1675

View File

@ -1,16 +1,15 @@
<!DOCTYPE html>
<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>
<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>
</head>
<body>
<div id="planReport"></div>
</body>
</html>
<body>
<div id="planReport"></div>
</body>
</html>