17 lines
814 B
HTML
17 lines
814 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="zh-CN">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
|
<!-- 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://*;" />
|
||
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||
|
|
<title>智能IT服务平台 - 管理后台</title>
|
||
|
|
<script type="module" crossorigin src="/itadmin/assets/index-DY_T097o.js"></script>
|
||
|
|
<link rel="stylesheet" crossorigin href="/itadmin/assets/index-BqADv29R.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
</body>
|
||
|
|
</html>
|