大宝管理后台代码
dcc
2024-06-11 d2a6b6f9de0589ef3e74e37eb138fbee097673c1
src/main.js
@@ -23,10 +23,10 @@
// window['console']['log'] = function () {} // global style
Vue.config.productionTip = false
import ElementUI from 'element-ui'
import { Image } from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI)
Vue.use(Image)
Vue.prototype.$host = process.env.VUE_APP_API_BASE_URL
// mount axios to `Vue.$http` and `this.$http`
Vue.use(VueAxios)