2025-12-02 15:55:30 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<link rel="icon" href="/favicon.ico">
|
|
|
|
|
<title>泰豪电源 AI 数智化平台</title>
|
|
|
|
|
|
2025-12-06 14:49:46 +08:00
|
|
|
<!-- 加载运行时配置(必须在其他脚本之前加载) -->
|
2026-01-07 15:30:29 +08:00
|
|
|
<script src="/app-config.local.js"></script>
|
2025-12-02 15:55:30 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
|
|
|
|
|
<!-- ES Module 入口 -->
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|