From d7af68bf5d0066b8f08e9a459efefe20a3f914d2 Mon Sep 17 00:00:00 2001 From: qi Date: Fri, 29 Jan 2021 09:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- package.json | 6 +++--- src/settings.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.production b/.env.production index 27c717e..4a7725c 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 生产环境配置 ENV = 'production' -# 若依管理系统/生产环境 +# ii2m管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/package.json b/package.json index 398bac5..787b94b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "ruoyi", + "name": "ii2m", "version": "3.3.0", - "description": "若依管理系统", - "author": "若依", + "description": "ii2m管理系统", + "author": "liangqi", "license": "MIT", "scripts": { "dev": "vue-cli-service serve", diff --git a/src/settings.js b/src/settings.js index 40a7f15..3344a56 100644 --- a/src/settings.js +++ b/src/settings.js @@ -1,5 +1,5 @@ module.exports = { - title: '若依管理系统', + title: 'ii2m管理系统', /** * 侧边栏主题 深色主题theme-dark,浅色主题theme-light