From ca177345c6b735fa2c2b31cc0d39672172e7578d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 11 九月 2025 10:31:17 +0800
Subject: [PATCH] 测试库部署修改
---
.env.staging | 4 ++--
.env.development | 4 ++--
public/RZNY.ico | 0
src/assets/indexViews/LCLogo.png | 0
src/views/login.vue | 2 +-
src/assets/indexViews/RZNYLogo.png | 0
src/layout/components/Sidebar/Logo.vue | 2 +-
index.html | 4 ++--
package.json | 2 +-
.env.production | 4 ++--
10 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/.env.development b/.env.development
index 6df7fee..e3c6324 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 96b640e..31b8b49 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 7872735..73c5359 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 d14eb4b..738c782 100644
--- a/index.html
+++ b/index.html
@@ -8,8 +8,8 @@
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
- <link rel="icon" href="/ZQHXico.ico" />
- <title>娴嬭瘯杩涢攢瀛樼鐞嗙郴缁�</title>
+ <link rel="icon" href="/favicon.ico" />
+ <title>涓皬浼佷笟鏁板瓧鍖栬浆鍨嬩簩绾у椁愬寘</title>
<!--[if lt IE 11
]><script>
window.location.href = "/html/ie.html";
diff --git a/package.json b/package.json
index 9f1dc17..e2368c1 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/public/RZNY.ico b/public/RZNY.ico
new file mode 100644
index 0000000..c2f4ba5
--- /dev/null
+++ b/public/RZNY.ico
Binary files differ
diff --git a/src/assets/indexViews/LCLogo.png b/src/assets/indexViews/LCLogo.png
new file mode 100644
index 0000000..d18f9fd
--- /dev/null
+++ b/src/assets/indexViews/LCLogo.png
Binary files differ
diff --git a/src/assets/indexViews/RZNYLogo.png b/src/assets/indexViews/RZNYLogo.png
new file mode 100644
index 0000000..5296331
--- /dev/null
+++ b/src/assets/indexViews/RZNYLogo.png
Binary files differ
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index bdb0daa..5198aa8 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/ZQHXLogo.png' // 瀵煎叆榛樿logo
+import defaultLogo from '@/assets/indexViews/LCLogo.png' // 瀵煎叆榛樿logo
defineProps({
collapse: {
diff --git a/src/views/login.vue b/src/views/login.vue
index 960f097..f8470f9 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/JZYJView.png");
+ background-image: url("../assets/indexViews/XYHBView.png");
background-size: cover;
position: relative;
}
--
Gitblit v1.9.3