-将本地 API 地址替换为阿里云服务器地址 - 更新 HTML 文件中的脚本和样式链接- 优化 manage.vue 文件中的导入路径和类型定义 - 移除 report.vue 中的冗余 alert
15 lines
474 B
HTML
15 lines
474 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Vite + Vue + TS</title>
|
|
<script type="module" crossorigin src="/assets/index-BKogJWAb.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-DdVjXnlc.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
</html>
|