24 lines
760 B
HTML
24 lines
760 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Gemold - 模具制造管理系统</title>
|
|
<link rel="stylesheet" href="/static/style.css?v=20260317-01">
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<div class="loading-overlay">
|
|
<div class="loading-content">
|
|
<div class="loading-spinner"></div>
|
|
<p style="margin-top: 16px; color: var(--text-secondary);">加载中...</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
|
<script src="https://unpkg.com/vue-router@4/dist/vue-router.global.prod.js"></script>
|
|
<script src="/static/vue-app.js?v=20260317-02"></script>
|
|
</body>
|
|
</html>
|