zouyu
6 天以前 45a3433c2461094ef120f2e1ce54c69d8f656c69
src/main.js
@@ -78,7 +78,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:8034";
app.config.globalProperties.javaApi = "http://127.0.0.1:8036";
app.config.globalProperties.HaveJson = (val) => {
  return JSON.parse(JSON.stringify(val));
};