wujingjing
2024-12-05 e0780b7dadb1d785bfae01e2c1d2fe8ccf032909
Merge branch 'master' into test
已修改1个文件
2 ■■■■■ 文件已修改
src/main.ts 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.ts
@@ -20,6 +20,8 @@
directive(app);
other.elSvg(app);
console.log(123)
(async function () {
    await initBackEndControlRoutes();
    app.use(pinia).use(router).use(ElementPlus).use(i18n).mount('#app');