大宝管理后台代码
zzzz
2024-03-27 12fa274dfa153db39b6ee18a406b7ab9c4667e90
src/main.js
@@ -18,7 +18,7 @@
import './permission' // permission control
import './utils/filter' // global filter
import './global.less'
window['console']['log'] = function () {} // global style
// window['console']['log'] = function () {} // global style
Vue.config.productionTip = false
@@ -38,5 +38,5 @@
  i18n,
  // init localstorage, vuex, Logo message
  created: bootstrap,
  render: h => h(App)
  render: (h) => h(App),
}).$mount('#app')