大宝管理后台代码
xxx
dcc
2024-05-07 abcf89c0931fc453f4fd8e1d4d48b8b469d0f3c7
src/main.js
@@ -20,11 +20,11 @@
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
@@ -44,5 +44,5 @@
  i18n,
  // init localstorage, vuex, Logo message
  created: bootstrap,
  render: (h) => h(App),
  render: (h) => h(App)
}).$mount('#app')