gaoluyang
2025-02-17 b7adcaff77a5028458380ab1e86a1087f35e7b60
src/main.js
@@ -48,6 +48,10 @@
Vue.prototype.selectDictLabels = selectDictLabels
Vue.prototype.download = download
Vue.prototype.handleTree = handleTree
Vue.prototype.HaveJson = (val) => {
  return JSON.parse(JSON.stringify(val))
}
Vue.prototype.javaApi = process.env.VUE_APP_BASE_API
// 全局组件挂载
Vue.component('DictTag', DictTag)