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 @@