perf(webapp): 优化代码并更新样式

- 更新 Vite生成的 JS 和 CSS 文件引用- 在 manage.vue 中添加 rowKey 属性以优化表格性能
This commit is contained in:
liuxiaoqing
2025-08-20 18:15:58 +08:00
parent 2942a8e029
commit c68ff21be3
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -5,8 +5,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-Y26lO6c_.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-wINpQLiP.css">
<script type="module" crossorigin src="/assets/index-D81HH8PI.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-O6vnvL1z.css">
</head>
<body>
<div id="app"></div>