20 lines
802 B
HTML
20 lines
802 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>历史记录 - STP 模具几何分析中心</title>
|
|
<meta name="description" content="查看所有已处理的STP文件历史记录和分析任务">
|
|
<meta name="keywords" content="STP历史记录,分析任务,文件管理">
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
<link rel="preconnect" href="https://unpkg.com">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<!-- Vue3 + Vue Router via CDN -->
|
|
<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"></script>
|
|
</body>
|
|
</html> |