From aef6272eaadc0744e87913f62556359954a1e995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Thu, 21 Aug 2025 10:46:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/.env.development | 3 +- ruoyi-ui/.env.production | 3 +- ruoyi-ui/.env.staging | 3 +- ruoyi-ui/src/components/BoardTopNav/index.vue | 20 ++++----- ruoyi-ui/src/lang/zh_CN.js | 2 +- ruoyi-ui/src/layout/components/Navbar.vue | 6 +-- ruoyi-ui/src/views/board/jqz.vue | 1 - ruoyi-ui/src/views/index.vue | 3 +- ruoyi-ui/src/views/login.vue | 2 +- ruoyi-ui/src/views/register.vue | 42 +++++++++---------- 10 files changed, 44 insertions(+), 41 deletions(-) diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index 51b7e15..b0b9ed4 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -1,5 +1,6 @@ # 页面标题 -VUE_APP_TITLE = 海威物联官网 +# VUE_APP_TITLE = 海威物联官网 +VUE_APP_TITLE = 智慧物联监控平台 # 开发环境配置 ENV = 'development' diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production index fe42e55..53876d8 100644 --- a/ruoyi-ui/.env.production +++ b/ruoyi-ui/.env.production @@ -1,5 +1,6 @@ # 页面标题 -VUE_APP_TITLE = 海威物联官网 +# VUE_APP_TITLE = 海威物联官网 +VUE_APP_TITLE = 智慧物联监控平台 # 生产环境配置 ENV = 'production' diff --git a/ruoyi-ui/.env.staging b/ruoyi-ui/.env.staging index c66d641..3eca852 100644 --- a/ruoyi-ui/.env.staging +++ b/ruoyi-ui/.env.staging @@ -1,5 +1,6 @@ # 页面标题 -VUE_APP_TITLE = 海威物联官网 +# VUE_APP_TITLE = 海威物联官网 +VUE_APP_TITLE = 智慧物联监控平台 NODE_ENV = production diff --git a/ruoyi-ui/src/components/BoardTopNav/index.vue b/ruoyi-ui/src/components/BoardTopNav/index.vue index 3028f23..c33420f 100644 --- a/ruoyi-ui/src/components/BoardTopNav/index.vue +++ b/ruoyi-ui/src/components/BoardTopNav/index.vue @@ -1,6 +1,6 @@