mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 21:49:23 +08:00
fix(测试跟踪): 导出报告的字体文件
--bug=1027883 --user=白奇 【通用问题】测试跟踪/接口测试/UI测试/性能测试-报告的分享链接打不开 https://www.tapd.cn/55049933/s/1393977
This commit is contained in:
parent
10d1be8de7
commit
ae83bc1675
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user