2026-06-14 16:49:18 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2026-06-15 14:14:58 +08:00
|
|
|
<!-- CSP 安全策略 -->
|
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-eval' https://res.wx.qq.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https: http:; connect-src 'self' https://qyapi.weixin.qq.com wss://*;" />
|
2026-06-14 16:49:18 +08:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
2026-06-15 14:14:58 +08:00
|
|
|
<title>智能IT支持服务台 - 管理后台</title>
|
2026-06-14 16:49:18 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|