diff --git a/.env.development b/.env.development index 14e1335..2019217 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_TITLE = 智聪科技单体项目管理系统 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 1109bc6..fcac720 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_TITLE = 智聪科技单体项目管理系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/src/views/index.vue b/src/views/index.vue index bfda3f2..5a9a51c 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,164 +1,29 @@