From e7cca2ed335b5f209fd1e2da0f4239b365a7b77c Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 30 一月 2026 11:03:25 +0800
Subject: [PATCH] 浪潮对接单点登录:无人值守系统
---
src/main.js | 2 +-
index.html | 2 +-
.env.production | 2 +-
vite.config.js | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.env.production b/.env.production
index 2ebfd61..5c75c12 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,5 @@
# 椤甸潰鏍囬
-VITE_APP_TITLE = 鑺-鐜繚闂ㄧ绯荤粺
+VITE_APP_TITLE = 鏃犱汉鍊煎畧绯荤粺
# 鐢熶骇鐜閰嶇疆
VITE_APP_ENV = 'production'
diff --git a/index.html b/index.html
index af6bf7c..fd2444c 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>鑺-鐜繚闂ㄧ绯荤粺</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 7b326d5..5fd6587 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://127.0.0.1:7003";
+app.config.globalProperties.javaApi = "http://127.0.0.1:8038";
app.config.globalProperties.HaveJson = (val) => {
return JSON.parse(JSON.stringify(val));
};
diff --git a/vite.config.js b/vite.config.js
index e999e2c..b094106 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -9,7 +9,7 @@
const baseUrl =
VITE_APP_ENV == "development"
? "http://127.0.0.1:7003" // 寮�鍙戠幆澧冨悗绔帴鍙�
- : "http://10.136.58.73:7003"; // 鐢熶骇鐜鍚庣鎺ュ彛
+ : "http://127.0.0.1:8038"; // 鐢熶骇鐜鍚庣鎺ュ彛
return {
// 閮ㄧ讲鐢熶骇鐜鍜屽紑鍙戠幆澧冧笅鐨刄RL銆�
--
Gitblit v1.9.3