feat: 忘记密码页面

This commit is contained in:
zhangyh
2025-10-22 14:03:57 +08:00
parent 2e2ea5dceb
commit e995295f98
7 changed files with 606 additions and 18 deletions

View File

@@ -52,7 +52,6 @@ interface NoticeItemProps {
const props = defineProps<NoticeItemProps>()
const isMyself = computed(()=>{
console.log('isMyself', props)
return props.value.userId === '1'
})