WangHan
2025-04-03 a1b85ef72062ca80db35546e4216dd564f3e0f57
admin-web/src/store/modules/settings.js
@@ -10,6 +10,7 @@
import defaultSettings from '@/settings';
import Cache from '@/plugins/cache';
const { showSettings, tagsView, fixedHeader, sidebarLogo, topNav, sideTheme, navIcon } = defaultSettings;
const storageSetting = Cache.local.has('layout-setting') ? Cache.local.getJSON('layout-setting') : '';
const state = {