|
@@ -45,8 +45,9 @@ export default defineComponent({
|
|
|
name: 'BottomSider',
|
|
|
components: { FourBorderBg, SvgIcon },
|
|
|
setup() {
|
|
|
- const appStore = useAppStore();
|
|
|
- const themeIcon = ref(appStore.getDarkMode)
|
|
|
+ // const appStore = useAppStore();
|
|
|
+ // const themeIcon = appStore.getDarkMode
|
|
|
+ const themeIcon=ref('styleTwo')
|
|
|
const isShowMenu = ref(0);
|
|
|
let menuModules = ref<Menu[]>([]);
|
|
|
const go = useGo();
|