spring
2025-02-17 3bada36496edc701f37daf59cd7fe1020b155f38
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)