zouyu
7 天以前 8a4e96f11329efda507799260b6b95ae9860df5f
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 = __BASE_API__;
app.config.globalProperties.javaApi = "http://127.0.0.1:8034";
app.config.globalProperties.HaveJson = (val) => {
  return JSON.parse(JSON.stringify(val));
};