From 9e09fcb49c4316a1859df58764e5d1cafae97eed Mon Sep 17 00:00:00 2001 From: libao <15050590816@163.com> Date: Mon, 13 May 2024 14:30:53 +0800 Subject: [PATCH] =?UTF-8?q?2024.5.13=20=E5=90=8E=E5=8F=B0=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= 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/package.json | 2 +- ruoyi-ui/src/layout/components/Navbar.vue | 22 ++++++++++---------- ruoyi-ui/src/views/login.vue | 2 +- ruoyi-ui/src/views/register.vue | 2 +- ruoyi-ui/src/views/system/category/index.vue | 4 +++- ruoyi-ui/vue.config.js | 2 +- 9 files changed, 21 insertions(+), 19 deletions(-) diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index 302ecd1..05e3694 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 b4893b0..9e21adc 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 361859f..edc12cc 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/package.json b/ruoyi-ui/package.json index 8754448..093277c 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -2,7 +2,7 @@ "name": "ruoyi", "version": "3.8.7", "description": "革命纪念馆管理系统", - "author": "若依", + "author": "新元素", "license": "MIT", "scripts": { "dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", diff --git a/ruoyi-ui/src/layout/components/Navbar.vue b/ruoyi-ui/src/layout/components/Navbar.vue index 466cd98..9b4aa94 100644 --- a/ruoyi-ui/src/layout/components/Navbar.vue +++ b/ruoyi-ui/src/layout/components/Navbar.vue @@ -7,21 +7,21 @@
diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index 06c09d2..f236f8a 100644 --- a/ruoyi-ui/src/views/login.vue +++ b/ruoyi-ui/src/views/login.vue @@ -1,7 +1,7 @@