| | |
| | | import './permission' // permission control |
| | | import './utils/filter' // global filter |
| | | import './global.less' |
| | | import { Image } from 'element-ui' |
| | | import 'element-ui/lib/theme-chalk/index.css' |
| | | // window['console']['log'] = function () {} // global style |
| | | |
| | | Vue.config.productionTip = false |
| | | import { Image } from 'element-ui' |
| | | import 'element-ui/lib/theme-chalk/index.css' |
| | | |
| | | Vue.use(Image) |
| | | Vue.prototype.$host = process.env.VUE_APP_API_BASE_URL |
| | |
| | | i18n, |
| | | // init localstorage, vuex, Logo message |
| | | created: bootstrap, |
| | | render: (h) => h(App), |
| | | render: (h) => h(App) |
| | | }).$mount('#app') |