2026-02-28 14:50:21 +08:00
|
|
|
<!doctype html>
|
2025-11-24 16:06:44 +08:00
|
|
|
<html lang="">
|
|
|
|
|
<head>
|
2026-02-28 14:50:21 +08:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-11-24 16:06:44 +08:00
|
|
|
<title>天远数据</title>
|
2026-02-27 14:49:21 +08:00
|
|
|
<!-- 阿里云滑块验证码 -->
|
|
|
|
|
<script>
|
|
|
|
|
window.AliyunCaptchaConfig = { region: "cn", prefix: "12zxnj" };
|
|
|
|
|
</script>
|
|
|
|
|
<script
|
|
|
|
|
type="text/javascript"
|
|
|
|
|
src="https://o.alicdn.com/captcha-frontend/aliyunCaptcha/AliyunCaptcha.js"
|
|
|
|
|
></script>
|
2025-11-24 16:06:44 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
2026-02-27 14:49:21 +08:00
|
|
|
<div id="captcha-element"></div>
|
2025-11-24 16:06:44 +08:00
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|