Commit e0ed9182 authored by zhengke's avatar zhengke

修复bug

parent b3143908
......@@ -160,8 +160,8 @@ const forwardUserCenter = ()=>{
}
const forward = (item:any)=>{
if(item.Url){
if(url.includes('http://')||url.includes('https://')) openNewBlank(url)
else router.push(url)
if(item.Url.includes('http://')||item.Url.includes('https://')) openNewBlank(item.Url)
else router.push(item.Url)
}else{
// if(item.Id==2) isPublicAccount.value = true
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment