VerifVATInvoice/alibabacloud_sample/templates/index.html
liuxiaoqing 40367a4e12 refactor(webapp): 更新 API地址并优化代码
-将本地 API 地址替换为阿里云服务器地址
- 更新 HTML 文件中的脚本和样式链接- 优化 manage.vue 文件中的导入路径和类型定义
- 移除 report.vue 中的冗余 alert
2025-08-19 22:49:04 +08:00

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>