mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-29 00:33:25 +08:00
perf: improve the logic related to login expiration
This commit is contained in:
@@ -52,7 +52,7 @@ const titleText = computed(() => {
|
||||
return $t('fallback.offlineError');
|
||||
}
|
||||
case 'comming-soon': {
|
||||
return $t('fallback.coming-soon');
|
||||
return $t('fallback.comingSoon');
|
||||
}
|
||||
default: {
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user