From e84c1b5b3ac8d898529a0302810fe20a4667e30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 20 Jun 2025 17:58:40 +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 | 2 +- ruoyi-ui/.env.production | 2 +- ruoyi-ui/.env.staging | 2 +- ruoyi-ui/public/index.html | 2 + ruoyi-ui/src/components/BoardTopNav/index.vue | 4 +- ruoyi-ui/src/lang/zh_CN.js | 2 +- ruoyi-ui/src/permission.js | 2 +- ruoyi-ui/src/router/index.js | 2 +- ruoyi-ui/src/views/board/jqz.vue | 1588 +++++++++++++++++ ruoyi-ui/src/views/board/smartScene/index.vue | 2 +- ruoyi-ui/src/views/register.vue | 2 +- ruoyi-ui/src/views/system/layoutEdit.vue | 3 +- 12 files changed, 1602 insertions(+), 11 deletions(-) create mode 100644 ruoyi-ui/src/views/board/jqz.vue diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index be88b4d..51b7e15 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智慧物联监控平台 +VUE_APP_TITLE = 海威物联官网 # 开发环境配置 ENV = 'development' diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production index 37d1c63..fe42e55 100644 --- a/ruoyi-ui/.env.production +++ b/ruoyi-ui/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智慧物联监控平台 +VUE_APP_TITLE = 海威物联官网 # 生产环境配置 ENV = 'production' diff --git a/ruoyi-ui/.env.staging b/ruoyi-ui/.env.staging index d7f6699..c66d641 100644 --- a/ruoyi-ui/.env.staging +++ b/ruoyi-ui/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智慧物联监控平台 +VUE_APP_TITLE = 海威物联官网 NODE_ENV = production diff --git a/ruoyi-ui/public/index.html b/ruoyi-ui/public/index.html index 681de41..98c5296 100644 --- a/ruoyi-ui/public/index.html +++ b/ruoyi-ui/public/index.html @@ -6,6 +6,8 @@ + +