feat: 忘记密码页面
This commit is contained in:
@@ -52,7 +52,6 @@ interface NoticeItemProps {
|
||||
const props = defineProps<NoticeItemProps>()
|
||||
|
||||
const isMyself = computed(()=>{
|
||||
console.log('isMyself', props)
|
||||
return props.value.userId === '1'
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user