This commit is contained in:
jxxghp
2024-06-14 08:27:42 +08:00
parent 971bae3be0
commit f598eed149
16 changed files with 105 additions and 95 deletions
@@ -21,7 +21,7 @@ const getMenuList = (header: string) => {
}
// APP模式
const appMode = computed(() => localStorage.getItem('MP_APPMODE') == '1')
const appMode = computed(() => localStorage.getItem('MP_APPMODE') != '0')
</script>
<template>