update 调整样式·
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
import { timeTab, useSpin, useStatistics } from '/@/components/body-d-left/bodyLeftHooks.ts';
|
||||
import { useDetailStore } from '/@/store/modules/detailData.ts';
|
||||
import { useSession, caching } from '/@/hooks/autoRefresh/caching.ts';
|
||||
import { setTheme } from '/@/assets/theme/themeList.ts';
|
||||
import { useTheme } from '/@/hooks/theme/useTheme.ts';
|
||||
|
||||
const { themeType } = useTheme();
|
||||
@@ -59,9 +58,6 @@
|
||||
|
||||
onMounted(() => {
|
||||
getList();
|
||||
if (props.theme) {
|
||||
setTheme(props.theme);
|
||||
}
|
||||
});
|
||||
|
||||
const useDetail = useDetailStore();
|
||||
|
||||
Reference in New Issue
Block a user