mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-16 16:52:00 +08:00
refactor: preference manager and export (#7068)
* fix: preferences drawer outline z-index * refactor: preferencesManager and exports
This commit is contained in:
@@ -19,7 +19,7 @@ import { computed, ref } from 'vue';
|
||||
import { Copy, Pin, PinOff, RotateCw } from '@vben/icons';
|
||||
import { $t, loadLocaleMessages } from '@vben/locales';
|
||||
import {
|
||||
clearPreferencesCache,
|
||||
clearCache,
|
||||
preferences,
|
||||
resetPreferences,
|
||||
usePreferences,
|
||||
@@ -228,7 +228,7 @@ async function handleCopy() {
|
||||
|
||||
async function handleClearCache() {
|
||||
resetPreferences();
|
||||
clearPreferencesCache();
|
||||
clearCache();
|
||||
emit('clearPreferencesAndLogout');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user