zouyu
2026-01-30 e7cca2ed335b5f209fd1e2da0f4239b365a7b77c
src/main.js
@@ -76,7 +76,7 @@
app.config.globalProperties.addDateRange = addDateRange;
app.config.globalProperties.selectDictLabel = selectDictLabel;
app.config.globalProperties.selectDictLabels = selectDictLabels;
app.config.globalProperties.javaApi = "http://127.0.0.1:7003";
app.config.globalProperties.javaApi = "http://127.0.0.1:8038";
app.config.globalProperties.HaveJson = (val) => {
  return JSON.parse(JSON.stringify(val));
};