diff --git a/.env.development b/.env.development index 14e1335..4e2ba7f 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..bbe3ee7 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/package.json b/package.json index 7d4b418..3062a60 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "$schema": "https://json.schemastore.org/package", - "name": "ruoyi-vue-plus", + "name": "经营管理系统", "version": "5.5.0-2.5.0", - "description": "RuoYi-Vue-Plus多租户管理系统", + "description": "海威经营管理信息化系统", "author": "LionLi", "license": "MIT", "type": "module", diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 511d788..8b8161d 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -12,7 +12,7 @@ - +

{{ title }}

@@ -34,7 +34,7 @@ defineProps({ } }); -const title = ref('RuoYi-Vue-Plus'); +const title = ref('海威经营管理信息化系统'); const settingsStore = useSettingsStore(); const sideTheme = computed(() => settingsStore.sideTheme); diff --git a/src/views/login.vue b/src/views/login.vue index f641549..97f9f9c 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -3,7 +3,7 @@

{{ title }}

- +
@@ -44,23 +44,23 @@ {{ proxy.$t('login.rememberPassword') }} - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + {{ proxy.$t('login.login') }} @@ -73,7 +73,7 @@