Commit 862fcb1b authored by 黄奎's avatar 黄奎

新增跳转到预览模板页面

parent 7a52a646
...@@ -32,7 +32,13 @@ const userLoginHandler = async ()=>{ ...@@ -32,7 +32,13 @@ const userLoginHandler = async ()=>{
router.push({ router.push({
path: `/market` path: `/market`
}) })
} else { }
else if(forword&&forword!=''&&forword.toLocaleLowerCase().indexOf('previewcover')){
router.push({
path: forword
})
}
else {
router.push({ router.push({
path: "/space" path: "/space"
}) })
......
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