WholeProcessPlatform/frontend/index.html
扈兆增 7ccaeffd39 功能修改
Co-authored-by: Copilot <copilot@github.com>
2026-04-27 11:58:47 +08:00

16 lines
484 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="qgc-buji-web" />
<meta name="keywords" content="qgc-buji-web" />
<title>水电水利建设项目全过程数据填报系统</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>