perf: 支持易盾RCDN部署

This commit is contained in:
xiaojunnuo
2025-03-09 01:08:57 +08:00
parent 746d3c97c3
commit 065713cdb6
6 changed files with 30 additions and 15 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ async function bootstrap() {
const app = createApp(App);
// app.use(Antd);
app.use(Antd);
await setupVben(app, { loadMessages });
await setupVben(app, { loadMessages, router });
app.use(router);
// app.use(i18n);
// app.use(store);