From 4d833d7882c930dda47dc83cb7d5661d73f51848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E4=BC=91=E5=93=A5=E5=93=A56666?= Date: Thu, 18 Jun 2026 18:45:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=90=8D=E7=A7=B0=E5=8F=8Alogo=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-front/.env | 4 ++-- admin-front/.env.development | 4 ++-- admin-front/.env.production | 4 ++-- admin-front/.env.staging | 4 ++-- admin-front/package.json | 2 +- admin-front/public/index.html | 2 +- admin-front/src/assets/logo/logo.png | Bin 5663 -> 26022 bytes admin-front/src/assets/logo/logo2.png | Bin 0 -> 5663 bytes .../src/layout/components/Sidebar/Logo.vue | 22 ++---------------- admin-front/src/views/login.vue | 2 +- admin-front/src/views/register.vue | 2 +- admin-front/vue.config.js | 4 ++-- back/src/main/resources/application.yml | 2 +- developer-front/.env.development | 4 ++-- developer-front/.env.production | 4 ++-- developer-front/.env.staging | 4 ++-- developer-front/package.json | 2 +- developer-front/src/App.vue | 2 +- .../src/assets/images/home/logo.c3029a2f.png | Bin 12242 -> 22648 bytes .../src/assets/images/home/logo.c3029a2f2.png | Bin 0 -> 12242 bytes .../src/layout/components/Sidebar/Logo.vue | 2 +- developer-front/src/views/home/NavBar.vue | 2 +- developer-front/vue.config.js | 4 ++-- 23 files changed, 29 insertions(+), 47 deletions(-) create mode 100644 admin-front/src/assets/logo/logo2.png create mode 100644 developer-front/src/assets/images/home/logo.c3029a2f2.png diff --git a/admin-front/.env b/admin-front/.env index 6b838c8..3cd9b56 100644 --- a/admin-front/.env +++ b/admin-front/.env @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 觉远创智管理系统 +VUE_APP_TITLE = 觉远创智功能镜片配镜系统 # 开发环境配置 ENV = 'development' -# 觉远创智管理系统/开发环境 +# 觉远创智功能镜片配镜系统/开发环境 VUE_APP_BASE_API = '/dev-api' # 路由懒加载 diff --git a/admin-front/.env.development b/admin-front/.env.development index ca2cb34..6b01a1f 100644 --- a/admin-front/.env.development +++ b/admin-front/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 觉远创智管理系统 +VUE_APP_TITLE = 觉远创智功能镜片配镜系统 # 开发环境配置 ENV = 'development' -# 觉远创智管理系统/开发环境 +# 觉远创智功能镜片配镜系统/开发环境 VUE_APP_BASE_API = '/dev-api' # 路由懒加载 diff --git a/admin-front/.env.production b/admin-front/.env.production index 33321e9..50d2971 100644 --- a/admin-front/.env.production +++ b/admin-front/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 觉远创智管理系统 +VUE_APP_TITLE = 觉远创智功能镜片配镜系统 # 生产环境配置 ENV = 'production' -# 觉远创智管理系统/生产环境 +# 觉远创智功能镜片配镜系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/admin-front/.env.staging b/admin-front/.env.staging index 36cde17..5d9b7c4 100644 --- a/admin-front/.env.staging +++ b/admin-front/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 觉远创智管理系统 +VUE_APP_TITLE = 觉远创智功能镜片配镜系统 NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 觉远创智管理系统/测试环境 +# 觉远创智功能镜片配镜系统/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/admin-front/package.json b/admin-front/package.json index 5b92a74..3643ff9 100644 --- a/admin-front/package.json +++ b/admin-front/package.json @@ -1,7 +1,7 @@ { "name": "ruoyi", "version": "3.8.8", - "description": "觉远创智管理系统", + "description": "觉远创智功能镜片配镜系统", "author": "觉远创智", "license": "MIT", "scripts": { diff --git a/admin-front/public/index.html b/admin-front/public/index.html index 050bb83..c345268 100644 --- a/admin-front/public/index.html +++ b/admin-front/public/index.html @@ -7,7 +7,7 @@ - 觉远创智管理系统 + 觉远创智功能镜片配镜系统 diff --git a/admin-front/src/views/login.vue b/admin-front/src/views/login.vue index bdeb357..ae44dd5 100644 --- a/admin-front/src/views/login.vue +++ b/admin-front/src/views/login.vue @@ -1,7 +1,7 @@