From c545f814e504675ee413d759a6d7900d6c735995 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 13 八月 2025 13:55:59 +0800
Subject: [PATCH] 浪潮平台对接单点登录

---
 src/main.js     |    2 +-
 .env.production |    2 +-
 vite.config.js  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.env.production b/.env.production
index 3796379..666be0e 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,5 @@
 # 椤甸潰鏍囬
-VITE_APP_TITLE = MIS绯荤粺锛堢鐞嗕俊鎭郴缁燂級
+VITE_APP_TITLE = MOM锛堝埗閫犺繍钀ョ鐞嗙郴缁燂級
 
 # 鐢熶骇鐜閰嶇疆
 VITE_APP_ENV = 'production'
diff --git a/src/main.js b/src/main.js
index 00205af..b63769d 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://10.136.12.71:8014";
 app.config.globalProperties.HaveJson = (val) => {
   return JSON.parse(JSON.stringify(val));
 };
diff --git a/vite.config.js b/vite.config.js
index f7cae21..f2c352e 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -9,7 +9,7 @@
   const baseUrl =
     VITE_APP_ENV == "development"
       ? "http://192.168.1.147:7003" // 寮�鍙戠幆澧冨悗绔帴鍙�
-      : "http://10.136.12.71:7003"; // 鐢熶骇鐜鍚庣鎺ュ彛
+      : "http://10.136.12.71:8014"; // 鐢熶骇鐜鍚庣鎺ュ彛
 
   return {
     // 閮ㄧ讲鐢熶骇鐜鍜屽紑鍙戠幆澧冧笅鐨刄RL銆�

--
Gitblit v1.9.3