From 60e9c84b0522a559da8a5869aa985c16ebc7ca3c Mon Sep 17 00:00:00 2001 From: LJW Date: Thu, 21 Nov 2024 11:27:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=A0=87=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=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..39575ee 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..f1ab39c 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..934394e 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..c94773b 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..a3d068d 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..9f10c13 100644 --- a/src/views/register.vue +++ b/src/views/register.vue @@ -1,7 +1,7 @@