diff --git a/.env b/.env index eedc9379..843cda96 100644 --- a/.env +++ b/.env @@ -2,9 +2,9 @@ # if use a sub directory, it must be end with "/", like "/admin/" but not "/admin" VITE_BASE_URL=/ -VITE_APP_TITLE=RuoYi-Vue-Plus +VITE_APP_TITLE=RuoYi Plus Soybean -VITE_APP_DESC=RuoYi-Vue-Plus多租户管理系统 +VITE_APP_DESC=RuoYi Plus Soybean 后台管理系统 # the prefix of the icon name VITE_ICON_PREFIX=icon diff --git a/src/locales/langs/en-us.ts b/src/locales/langs/en-us.ts index 2f502073..ab5e5cea 100644 --- a/src/locales/langs/en-us.ts +++ b/src/locales/langs/en-us.ts @@ -1,6 +1,6 @@ const local: App.I18n.Schema = { system: { - title: 'RuoYi Vue Plus', + title: 'RuoYi Plus Soybean', updateTitle: 'System Version Update Notification', updateContent: 'A new version of the system has been detected. Do you want to refresh the page immediately?', updateConfirm: 'Refresh immediately', diff --git a/src/locales/langs/zh-cn.ts b/src/locales/langs/zh-cn.ts index 67f98b01..b16d3247 100644 --- a/src/locales/langs/zh-cn.ts +++ b/src/locales/langs/zh-cn.ts @@ -1,6 +1,6 @@ const local: App.I18n.Schema = { system: { - title: 'RuoYi Vue Plus', + title: 'RuoYi Plus Soybean', updateTitle: '系统版本更新通知', updateContent: '检测到系统有新版本发布,是否立即刷新页面?', updateConfirm: '立即刷新',