wujingjing
2024-12-13 d2da078b40578cf72901442c7a2b878dfc34cae5
src/main.ts
@@ -5,14 +5,14 @@
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 * as ElementPlusIconsVue from '@element-plus/icons-vue';
import { gotoRoute } from '/@/utils/route';
const app = createApp(App);
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
@@ -20,6 +20,7 @@
}
directive(app);
other.elSvg(app);
app.component('YWIcon', YWIcon);
app.use(pinia).use(router).use(ElementPlus).use(i18n).mount('#app');
window.openPage = (name, siteId) => {