wujingjing
2024-12-05 d257f90aecbd2ae44de5bf19489b3e82943cb712
src/main.ts
@@ -7,7 +7,7 @@
import other from '/@/utils/other';
import '/@/extend';
import * as ElementPlusIconsVue from '@element-plus/icons-vue';
// import ElementPlus from 'element-plus';
import ElementPlus from 'element-plus';
import { initBackEndControlRoutes } from './router/backEnd';
import '/@/theme/index.scss';
import '@amap/amap-jsapi-types';
@@ -22,7 +22,7 @@
(async function () {
   await initBackEndControlRoutes();
   app.use(pinia).use(router).use(i18n).mount('#app');
   app.use(pinia).use(router).use(ElementPlus).use(i18n).mount('#app');
})();
// 获取全局数据