From 950337db7244e104719d249fe2921ec87d3fec2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=BE=AE=E4=B8=80=E7=AC=91?= <709648985@qq.com> Date: Mon, 11 Aug 2025 14:39:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=B8=90=E5=8F=98=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- index.html | 2 +- package.json | 2 +- src/assets/styles/sidebar.scss | 221 +++++++++++++++++++++++- src/assets/styles/variables.module.scss | 48 +++-- src/layout/components/Sidebar/Logo.vue | 6 +- 7 files changed, 257 insertions(+), 26 deletions(-) diff --git a/.env.development b/.env.development index 9fa84f9..399bf06 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 物联网管理系统 +VITE_APP_TITLE = 星汉研创科技 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 1894aef..8ef038f 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 物联网管理系统 +VITE_APP_TITLE = 星汉研创科技 # 生产环境配置 晶全1 VITE_APP_ENV = 'https://fuyuanshen.com/backend' diff --git a/index.html b/index.html index 47ca3f6..1b06228 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - 物联网管理系统 + 星汉研创科技