mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
perf: 支持易盾RCDN部署
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user