mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 05:10:53 +08:00
feat: increase support for multiple time zones
This commit is contained in:
@@ -38,7 +38,9 @@ const useUserProfileStore = defineStore('user-profile', () => {
|
||||
}
|
||||
}
|
||||
|
||||
initTimezone();
|
||||
initTimezone().catch((error) => {
|
||||
console.error('Failed to initialize timezone during store setup:', error);
|
||||
});
|
||||
|
||||
return {
|
||||
timezone: timezoneRef,
|
||||
|
||||
Reference in New Issue
Block a user