From 07e743e1ab314d1518c5f9784863af5fee23056e Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 18 十二月 2025 15:42:05 +0800
Subject: [PATCH] 代码调整6
---
src/main.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main.js b/src/main.js
index 4195e8c..74e139e 100644
--- a/src/main.js
+++ b/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://10.136.12.71:8016";
+app.config.globalProperties.javaApi = "http://10.136.12.71:8022";
app.config.globalProperties.HaveJson = (val) => {
return JSON.parse(JSON.stringify(val));
};
--
Gitblit v1.9.3