mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-12 15:53:14 +08:00
perf: add eslint import rules, improve the coupling of some components
This commit is contained in:
@@ -26,7 +26,7 @@ const emit = defineEmits<{ close: [] }>();
|
||||
|
||||
const router = useRouter();
|
||||
const searchHistory = useLocalStorage<MenuRecordRaw[]>(
|
||||
`__search-history-${import.meta.env.PROD ? 'prod' : 'dev'}__`,
|
||||
`__search-history-${location.hostname}__`,
|
||||
[],
|
||||
);
|
||||
const activeIndex = ref(-1);
|
||||
|
||||
Reference in New Issue
Block a user