From 8c9be8dd833f3a529eaaaf7fe1faac6f9208555c Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 29 Dec 2023 13:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .env.production | 4 ++-- .env.staging | 4 ++-- package.json | 4 ++-- public/index.html | 4 ++-- src/assets/icons/logo.png | Bin 0 -> 4927 bytes src/views/login.vue | 2 +- src/views/register.vue | 2 +- vue.config.js | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 src/assets/icons/logo.png diff --git a/.env.development b/.env.development index 38c048a..322e5f9 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 闻荫管理系统 # 开发环境配置 ENV = 'development' -# 若依管理系统/开发环境 +# 闻荫管理系统/开发环境 VUE_APP_BASE_API = 'http://localhost:12080/admin-api' # 路由懒加载 diff --git a/.env.production b/.env.production index b4893b0..eeb460e 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 闻荫管理系统 # 生产环境配置 ENV = 'production' -# 若依管理系统/生产环境 +# 闻荫管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/.env.staging b/.env.staging index 361859f..7da4dab 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 闻荫管理系统 NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 若依管理系统/测试环境 +# 闻荫管理系统/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/package.json b/package.json index d9b401c..8d48f48 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ruoyi", "version": "3.8.7", - "description": "若依管理系统", - "author": "若依", + "description": "闻荫管理系统", + "author": "闻荫", "license": "MIT", "scripts": { "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", diff --git a/public/index.html b/public/index.html index 925455c..fed42c2 100644 --- a/public/index.html +++ b/public/index.html @@ -5,8 +5,8 @@ - - <%= webpackConfig.name %> + + 闻荫管理系统