修改样式

main
ihzero 2024-05-24 22:21:50 +08:00
parent b67426d3e5
commit bf5bf55a0f
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ const isLotteryStore = computed(
)
const isMore = computed(()=>{
return checkPermission(['admin']) || isLotteryStore
return checkPermission(['admin']) || isLotteryStore.value
})
const props = defineProps({