| | |
| | | import './assets/element-icon/icon.css' |
| | | import base from './uitils/common' |
| | | import http from './api/http' |
| | | import './assets/iconfont/iconfont.css' |
| | | // import 'dayjs/locale/zh-cn' |
| | | // import locale from 'element-plus/lib/locale/lang/zh-cn' |
| | | import * as ElementPlusIconsVue from '@element-plus/icons-vue' |
| | |
| | | //cdn: "https://static.xxx.com" |
| | | } |
| | | } |
| | | |
| | | app.use(store).use(ElementPlus, { size: 'default' }).use(router).use(viewgird).mount('#app') |
| | | app.config.globalProperties.$Message = app.config.globalProperties.$message |