From 61955574b77ffa740802bb8b45836ab91cb5be55 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 06 一月 2026 20:34:53 +0800
Subject: [PATCH] fix: 完成设备远程监控,车辆信息采集审批页面编写,接口联调
---
src/main.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main.js b/src/main.js
index 00205af..ef6b2a4 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://114.132.189.42:8099";
+app.config.globalProperties.javaApi = "http://114.132.189.42:7004";
app.config.globalProperties.HaveJson = (val) => {
return JSON.parse(JSON.stringify(val));
};
--
Gitblit v1.9.3