diff --git a/ehms-ui/.env.development b/ehms-ui/.env.development index 00ad7a7..99deead 100644 --- a/ehms-ui/.env.development +++ b/ehms-ui/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 设备健康管理系统 +VUE_APP_TITLE = 设备预测性维护系统 # 开发环境配置 ENV = 'development' -# 设备健康管理系统/开发环境 +# 设备预测性维护系统/开发环境 VUE_APP_BASE_API = '/dev-api' # 路由懒加载 diff --git a/ehms-ui/.env.production b/ehms-ui/.env.production index a843fbf..1b4708d 100644 --- a/ehms-ui/.env.production +++ b/ehms-ui/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 设备健康管理系统 +VUE_APP_TITLE = 设备预测性维护系统 # 生产环境配置 ENV = 'production' -# 设备健康管理系统/生产环境 +# 设备预测性维护系统/生产环境 VUE_APP_BASE_API = '/ehms-api' diff --git a/ehms-ui/.env.staging b/ehms-ui/.env.staging index f904e18..752f228 100644 --- a/ehms-ui/.env.staging +++ b/ehms-ui/.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/ehms-ui/package.json b/ehms-ui/package.json index cecef44..3f7d71f 100644 --- a/ehms-ui/package.json +++ b/ehms-ui/package.json @@ -1,7 +1,7 @@ { "name": "ehms", "version": "3.8.4", - "description": "设备健康管理系统", + "description": "设备预测性维护系统", "author": "", "license": "MIT", "scripts": { diff --git a/ehms-ui/src/layout/components/Sidebar/Logo.vue b/ehms-ui/src/layout/components/Sidebar/Logo.vue index f790120..54147da 100644 --- a/ehms-ui/src/layout/components/Sidebar/Logo.vue +++ b/ehms-ui/src/layout/components/Sidebar/Logo.vue @@ -1,45 +1,74 @@