From c95ac80a13fbc1636e672a70345cd4fb8e762480 Mon Sep 17 00:00:00 2001 From: LJW Date: Thu, 21 Nov 2024 16:17:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=BD=91=E7=AB=99=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .env.staging | 2 +- package.json | 2 +- src/layout/components/Sidebar/Logo.vue | 2 +- src/views/register.vue | 2 +- vue.config.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index 82472b6..8501f24 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 工刀具库WMS(内部) +VUE_APP_TITLE = 刀具库WMS(内部) # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index e950261..21924e3 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 工刀具库WMS(内部) +VUE_APP_TITLE = 刀具库WMS(内部) # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index ceee7e1..88de94c 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 工刀具库WMS(内部) +VUE_APP_TITLE = 刀具库WMS(内部) NODE_ENV = production diff --git a/package.json b/package.json index 4810a9d..ee09e04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ktg-mes-ui", "version": "3.8.2", - "description": "工刀具库WMS(内部)", + "description": "刀具库WMS(内部)", "author": "YinJinLu", "license": "MIT", "scripts": { diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 1bed9b9..122c813 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -37,7 +37,7 @@ export default { }, data() { return { - title: '工刀具库WMS(内部)', + title: '刀具库WMS(内部)', logo: "" } } diff --git a/src/views/register.vue b/src/views/register.vue index e1814cc..3a3b253 100644 --- a/src/views/register.vue +++ b/src/views/register.vue @@ -1,7 +1,7 @@