包含前后端完整代码: - 前端:Vue3+Vite+ElementPlus - 后端:FastAPI+SQLAlchemy - 模块:驾驶舱/KPI/战略地图/预警/预算/成本/预测/改善行动 - 当前版本:v1.0.0
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="博海网络科技 · 管理会计OS" />
|
|
<meta name="theme-color" content="#304156" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
<link rel="dns-prefetch" href="//cma.sxbh.ltd" />
|
|
<link rel="preconnect" href="//cma.sxbh.ltd" />
|
|
|
|
|
|
<title>管理会计OS</title>
|
|
|
|
<!-- 关键样式内联,防止 FOUC -->
|
|
<style>
|
|
html, body, #app { height: 100%; margin: 0; padding: 0; }
|
|
body { font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<!-- 加载时显示占位 -->
|
|
<div style="display:flex;height:100%;align-items:center;justify-content:center;color:#999;font-size:14px">
|
|
加载中...
|
|
</div>
|
|
</div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|