From 377c218884cdd3375ddac98d42df6778550f3de0 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 18 十二月 2025 15:50:11 +0800
Subject: [PATCH] 代码调整6
---
src/main.js | 2 +-
index.html | 2 +-
vite.config.js | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index 5b7efd4..f375898 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="/favicon.ico">
- <title>MIS锛堢鐞嗕俊鎭郴缁燂級</title>
+ <title>鎵垮寘鍟嗙鐞嗙郴缁�</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,
diff --git a/src/main.js b/src/main.js
index 99e7fa4..df9db77 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:8018";
+app.config.globalProperties.javaApi = "http://10.136.12.71:8024";
app.config.globalProperties.HaveJson = (val) => {
return JSON.parse(JSON.stringify(val));
};
diff --git a/vite.config.js b/vite.config.js
index 6821c23..75bf980 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -8,8 +8,8 @@
const { VITE_APP_ENV } = env;
const baseUrl =
VITE_APP_ENV == "development"
- ? "http://127.0.0.1:8018" // 寮�鍙戠幆澧冨悗绔帴鍙�
- : "http://10.136.12.71:8018"; // 鐢熶骇鐜鍚庣鎺ュ彛
+ ? "http://127.0.0.1:8024" // 寮�鍙戠幆澧冨悗绔帴鍙�
+ : "http://10.136.12.71:8024"; // 鐢熶骇鐜鍚庣鎺ュ彛
return {
// 閮ㄧ讲鐢熶骇鐜鍜屽紑鍙戠幆澧冧笅鐨刄RL銆�
--
Gitblit v1.9.3