From 7680fc2c18c53b8739fdc3ccf070449b64b10fd8 Mon Sep 17 00:00:00 2001 From: lvxudong Date: Thu, 2 Nov 2023 19:41:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- index.html | 2 +- src/layout/components/Sidebar/Logo.vue | 2 +- src/views/index.vue | 91 +------------------------- src/views/login.vue | 2 +- src/views/register.vue | 2 +- 7 files changed, 8 insertions(+), 95 deletions(-) diff --git a/.env.development b/.env.development index 6d2f8dd..0b5004b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_TITLE = 题库管理系统 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index d723d2a..e3f9229 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_TITLE = 题库管理系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/index.html b/index.html index c0dab51..28dc960 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - RuoYi-Vue-Plus多租户管理系统 + 题库管理系统