maven
2025-08-06 3dea5fa3fc6fa1f7e7d801e628bd7de4bc09e424
src/main.js
@@ -62,7 +62,7 @@
app.config.globalProperties.addDateRange = addDateRange
app.config.globalProperties.selectDictLabel = selectDictLabel
app.config.globalProperties.selectDictLabels = selectDictLabels
app.config.globalProperties.javaApi = 'http://114.132.189.42:7003'
app.config.globalProperties.javaApi = 'http://114.132.189.42:8078'
app.config.globalProperties.HaveJson = (val) => {
  return JSON.parse(JSON.stringify(val));
};