wujingjing
2025-03-19 a193888380872e0c9d44a27b896d26a30f39df32
src/main.ts
@@ -5,11 +5,12 @@
import { directive } from '/@/directive/index';
import { i18n } from '/@/i18n/index';
import other from '/@/utils/other';
import "@amap/amap-jsapi-types";
import '@amap/amap-jsapi-types';
import '/@/extend';
import YWIcon from '/@/components/icon/index.vue';
import ElementPlus from 'element-plus';
import '/@/theme/index.scss';
import VueGridLayout from 'vue-grid-layout';
import * as ElementPlusIconsVue from '@element-plus/icons-vue';
import { gotoRoute } from '/@/utils/route';
@@ -19,7 +20,8 @@
}
directive(app);
other.elSvg(app);
app.use(pinia).use(router).use(ElementPlus).use(i18n).use(VueGridLayout).mount('#app');
app.component('YWIcon', YWIcon);
app.use(pinia).use(router).use(ElementPlus).use(i18n).mount('#app');
window.openPage = (name, siteId) => {
   if (siteId) {