Commit aa04332d authored by zhengke's avatar zhengke

修复bug

parent ca2518f6
...@@ -182,7 +182,6 @@ const forwardUserCenter = ()=>{ ...@@ -182,7 +182,6 @@ const forwardUserCenter = ()=>{
} }
const forward = (item:any,type:any)=>{ const forward = (item:any,type:any)=>{
if(item.Url){ if(item.Url){
current.value = -1
if(item.Url.includes('http://')||item.Url.includes('https://')) openNewBlank(item.Url) if(item.Url.includes('http://')||item.Url.includes('https://')) openNewBlank(item.Url)
else router.push(item.Url) else router.push(item.Url)
}else{ }else{
......
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