diff --git a/.env.development b/.env.development index 302ecd1..caddb72 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 企业运营平台 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index b4893b0..e1a89ba 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 企业运营平台 # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index 361859f..3a9df24 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 企业运营平台 NODE_ENV = production diff --git a/package.json b/package.json index 6a46cc5..f1f6fba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "muyu", "version": "3.6.3", - "description": "若依管理系统", + "description": "企业运营平台", "author": "若依", "license": "MIT", "scripts": { diff --git a/src/views/login.vue b/src/views/login.vue index f4577f2..a3c5528 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,7 +1,7 @@