From 8d2cb94db4aa5632352c8e82a8ab3ad129254ad2 Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期三, 26 六月 2024 11:27:22 +0800
Subject: [PATCH] 修改后台名称

---
 src/views/login.vue                    |    2 +-
 src/layout/components/Sidebar/Logo.vue |    6 +++---
 index.html                             |    2 +-
 package.json                           |    4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/index.html b/index.html
index 74d7a5b..7cfb61d 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,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="/logo.ico" /> -->
-    <title>鍏ヤ紒鎵爜</title>
+    <title>鎯犱紒鎵ф硶</title>
     <!--[if lt IE 11
       ]><script>
         window.location.href = "/html/ie.html";
diff --git a/package.json b/package.json
index ef039ae..f725384 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
 {
   "name": "ruoyi",
   "version": "3.8.5",
-  "description": "鍏ヤ紒鎵爜",
-  "author": "涓師閲戣瀺",
+  "description": "鎯犱紒鎵ф硶",
+  "author": "鎯犱紒鎵ф硶",
   "scripts": {
     "build:prod": "vite build",
     "build:stage": "vite build --mode staging",
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index e3660de..47ef6a1 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -3,11 +3,11 @@
     <transition name="sidebarLogoFade">
       <router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/home">
         <!-- <img v-if="logo" :src="logo" class="sidebar-logo" /> -->
-         LOGO
+         鎵ф硶
       </router-link>
       <router-link v-else key="expand" class="sidebar-logo-link" to="/home">
         <!-- <img v-if="logotxt" :src="logotxt" class="sidebar-logo-txt" /> -->
-        鍏ヤ紒鎵爜
+        鎯犱紒鎵ф硶
       </router-link>
     </transition>
   </div>
@@ -26,7 +26,7 @@
   },
 });
 
-const title = ref("鍏ヤ紒鎵爜");
+const title = ref("鎯犱紒鎵ф硶");
 const settingsStore = useSettingsStore();
 const sideTheme = computed(() => settingsStore.sideTheme);
 </script>
diff --git a/src/views/login.vue b/src/views/login.vue
index d6c43ae..c197700 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -4,7 +4,7 @@
     <Particles id="tsparticles" :particlesInit="particlesInit" :particlesLoaded="particlesLoaded" :options="options" />
 
     <el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
-      <h3 class="title">涓師閲戣瀺鍚庡彴绠$悊绯荤粺</h3>
+      <h3 class="title">娌堜笜鎯犱紒鎵ф硶</h3>
       <el-form-item prop="username">
         <el-input v-model="loginForm.username" type="text" size="large" auto-complete="off" placeholder="璐﹀彿">
           <template #prefix><svg-icon icon-class="user" class="el-input__icon input-icon" /></template>

--
Gitblit v1.9.1