diff --git a/.env.development b/.env.development index 2744ed2..d8b33ad 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 区块链金融 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index d857bba..0663699 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 区块链金融 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/.env.staging b/.env.staging index fa7c357..ae356d8 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 区块链金融 # 生产环境配置 VITE_APP_ENV = 'staging' diff --git a/index.html b/index.html index 4557bdb..dc2a360 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 若依管理系统 + 区块链金融 \ No newline at end of file + diff --git a/src/layout/index.vue b/src/layout/index.vue index 4d04ea0..678b688 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,10 +1,11 @@