2025-12-06 14:49:46 +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>案例管理系统</title>
|
|
|
|
|
|
|
|
|
|
<!-- 加载运行时配置(必须在其他脚本之前加载) -->
|
2026-01-07 16:45:01 +08:00
|
|
|
<script src="/app-config.js"></script>
|
|
|
|
|
<!-- <script src="/app-config.local.js"></script> -->
|
2025-12-06 14:49:46 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
|
|
|
|
|
<!-- ES Module 入口 -->
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|