修改样式
parent
b67426d3e5
commit
bf5bf55a0f
|
|
@ -134,7 +134,7 @@ const isLotteryStore = computed(
|
|||
)
|
||||
|
||||
const isMore = computed(()=>{
|
||||
return checkPermission(['admin']) || isLotteryStore
|
||||
return checkPermission(['admin']) || isLotteryStore.value
|
||||
})
|
||||
|
||||
const props = defineProps({
|
||||
|
|
|
|||
Loading…
Reference in New Issue