VistarStarDataIntegration/admin.net.pro/Web/index.html
2024-09-09 09:23:58 +08:00

26 lines
1.1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="zh-CN">
<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="stylesheet" type="text/css" media="print" href="/print-lock.css" />
<link rel="icon" id="favicon" href="data:;base64,=" />
<title>Admin.NET</title>
</head>
<body>
<div id="app"></div>
<script src="/config.js"></script>
<script type="module" src="/src/main.ts"></script>
<!-- <script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=wsijQt8sLXrCW71YesmispvYHitfG9gv&s=1"></script> -->
<!-- <script src="https://res.zvo.cn/translate/translate.js"></script>
<script>
translate.language.setLocal('english'); //设置本地语种。默认是 'chinese_simplified' 简体中文。 可填写如 'english'、'chinese_simplified' 等。
translate.listener.start(); // 开启html页面变化的监控对变化部分会进行自动翻译。这里变化区域是指使用 translate.setDocuments(...) 设置的区域。
translate.execute(); // 执行翻译初始化操作显示出select语言选择
</script> -->
</body>
</html>