spring
2025-02-17 00edab233e6268cdd2bd0fdb5627d3fbd85b04e7
src/main.js
@@ -51,6 +51,7 @@
Vue.prototype.HaveJson = (val) => {
  return JSON.parse(JSON.stringify(val))
}
Vue.prototype.javaApi = process.env.VUE_APP_BASE_API
// 全局组件挂载
Vue.component('DictTag', DictTag)