2021-08-26 11:25:15 +08:00
|
|
|
|
<!DOCTYPE html>
|
2024-09-08 05:39:54 +08:00
|
|
|
|
<html lang="zh">
|
2021-08-26 11:25:15 +08:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-09-08 05:39:54 +08:00
|
|
|
|
<title>%VITE_BASE_TITLE%</title>
|
2021-08-26 11:25:15 +08:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
2021-12-17 15:45:24 +08:00
|
|
|
|
<script language="javascript">
|
|
|
|
|
if (window.location.host === 'tdesign.tencent.com') {
|
2024-09-08 05:39:54 +08:00
|
|
|
|
window.global = window;
|
2021-12-17 15:45:24 +08:00
|
|
|
|
const aegis = new Aegis({
|
|
|
|
|
id: 'rDISNMyXgqWDFPyHMB', // 项目ID,即上报key
|
|
|
|
|
reportAssetSpeed: true, // 静态资源测速
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
</script>
|
2021-08-26 11:25:15 +08:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|