From dbbe04a85edc5bb356d471121a0b49fd7c0aa0c7 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 01 八月 2025 15:14:05 +0800
Subject: [PATCH] 基智油井部署配置

---
 .env.staging                           |    4 ++--
 .env.development                       |    4 ++--
 src/views/login.vue                    |    6 +++---
 src/layout/components/Sidebar/Logo.vue |    2 +-
 src/main.js                            |    2 +-
 index.html                             |    4 ++--
 package.json                           |    2 +-
 .env.production                        |    4 ++--
 vite.config.js                         |    4 ++--
 9 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/.env.development b/.env.development
index cafa920..23f5419 100644
--- a/.env.development
+++ b/.env.development
@@ -1,8 +1,8 @@
 # 椤甸潰鏍囬
-VITE_APP_TITLE = 浼熷痉瀹炰笟绠$悊淇℃伅绯荤粺
+VITE_APP_TITLE = 鍩烘櫤娌逛簳绠$悊淇℃伅绯荤粺
 
 # 寮�鍙戠幆澧冮厤缃�
 VITE_APP_ENV = 'development'
 
-# 浼熷痉瀹炰笟绠$悊淇℃伅绯荤粺/寮�鍙戠幆澧�
+# 鍩烘櫤娌逛簳绠$悊淇℃伅绯荤粺/寮�鍙戠幆澧�
 VITE_APP_BASE_API = '/dev-api'
diff --git a/.env.production b/.env.production
index b44bad7..af6d3db 100644
--- a/.env.production
+++ b/.env.production
@@ -1,10 +1,10 @@
 # 椤甸潰鏍囬
-VITE_APP_TITLE = 浼熷痉瀹炰笟绠$悊淇℃伅绯荤粺
+VITE_APP_TITLE = 鍩烘櫤娌逛簳绠$悊淇℃伅绯荤粺
 
 # 鐢熶骇鐜閰嶇疆
 VITE_APP_ENV = 'production'
 
-# 浼熷痉瀹炰笟绠$悊淇℃伅绯荤粺/鐢熶骇鐜
+# 鍩烘櫤娌逛簳绠$悊淇℃伅绯荤粺/鐢熶骇鐜
 VITE_APP_BASE_API = '/prod-api'
 
 # 鏄惁鍦ㄦ墦鍖呮椂寮�鍚帇缂╋紝鏀寔 gzip 鍜� brotli
diff --git a/.env.staging b/.env.staging
index ed53da6..1be6e55 100644
--- a/.env.staging
+++ b/.env.staging
@@ -1,10 +1,10 @@
 # 椤甸潰鏍囬
-VITE_APP_TITLE = 浼熷痉瀹炰笟绠$悊淇℃伅绯荤粺
+VITE_APP_TITLE = 鍩烘櫤娌逛簳绠$悊淇℃伅绯荤粺
 
 # 鐢熶骇鐜閰嶇疆
 VITE_APP_ENV = 'staging'
 
-# 浼熷痉瀹炰笟绠$悊淇℃伅绯荤粺/鐢熶骇鐜
+# 鍩烘櫤娌逛簳绠$悊淇℃伅绯荤粺/鐢熶骇鐜
 VITE_APP_BASE_API = '/stage-api'
 
 # 鏄惁鍦ㄦ墦鍖呮椂寮�鍚帇缂╋紝鏀寔 gzip 鍜� brotli
diff --git a/index.html b/index.html
index d4d38b8..63ebe3f 100644
--- a/index.html
+++ b/index.html
@@ -6,8 +6,8 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
   <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="/WDSYico.ico">
-  <title>浼熷痉瀹炰笟绠$悊淇℃伅绯荤粺</title>
+  <link rel="icon" href="/JZYJico.ico">
+  <title>鍩烘櫤娌逛簳绠$悊淇℃伅绯荤粺</title>
   <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
   <style>
     html,
diff --git a/package.json b/package.json
index a2a5a3a..15c79d8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "ruoyi",
   "version": "3.8.9",
-  "description": "浼熷痉瀹炰笟绠$悊淇℃伅绯荤粺",
+  "description": "鍩烘櫤娌逛簳绠$悊淇℃伅绯荤粺",
   "author": "鑻ヤ緷",
   "license": "MIT",
   "type": "module",
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 0cd9401..2f5d0a9 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -16,7 +16,7 @@
 <script setup>
 import { ref, computed, onMounted, watch } from 'vue'
 import useUserStore from '@/store/modules/user'
-import defaultLogo from '@/assets/indexViews/WDSYLogo.png' // 瀵煎叆榛樿logo
+import defaultLogo from '@/assets/indexViews/JZYJLogo.png' // 瀵煎叆榛樿logo
 
 defineProps({
   collapse: {
diff --git a/src/main.js b/src/main.js
index b2f6d69..48ee15c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -62,7 +62,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:8068'
+app.config.globalProperties.javaApi = 'http://114.132.189.42:8078'
 app.config.globalProperties.HaveJson = (val) => {
   return JSON.parse(JSON.stringify(val));
 };
diff --git a/src/views/login.vue b/src/views/login.vue
index 15e508d..6046eeb 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -181,7 +181,7 @@
 <style lang='scss' scoped>
 .login {
   height: 100%;
-  background-image: url("../assets/indexViews/WDSYView.png");
+  background-image: url("../assets/indexViews/JZYJView.png");
   background-size: cover;
   position: relative;
 }
@@ -196,8 +196,8 @@
 .login-form {
   position: absolute;
   top: 50%;
-  right: 50%;
-  transform: translate(50%, -50%);
+  right: 15%;
+  transform: translate(0, -50%);
   border-radius: 6px;
   background: #ffffff;
   width: 420px;
diff --git a/vite.config.js b/vite.config.js
index eb24221..233db0a 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://114.132.189.42:8068" // 寮�鍙戠幆澧冨悗绔帴鍙�
-      : "http://114.132.189.42:8068"; // 鐢熶骇鐜鍚庣鎺ュ彛
+      ? "http://114.132.189.42:8078" // 寮�鍙戠幆澧冨悗绔帴鍙�
+      : "http://114.132.189.42:8078"; // 鐢熶骇鐜鍚庣鎺ュ彛
 
   return {
     // 閮ㄧ讲鐢熶骇鐜鍜屽紑鍙戠幆澧冧笅鐨刄RL銆�

--
Gitblit v1.9.3