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