fix(bug): fix router
This commit is contained in:
@@ -188,7 +188,7 @@ export default function OwnTaskTableContainer(props: {
|
||||
const backUrl = type
|
||||
? `/project/detail?id=${projectId}&type=${type}`
|
||||
: `/project/detail?id=${projectId}`
|
||||
setBackProps(backUrl, "own")
|
||||
setBackProps(backUrl, "own", "/image")
|
||||
|
||||
if (info && [4, 5, 6, 7].includes(info.label_type)) {
|
||||
router.push(
|
||||
|
||||
Reference in New Issue
Block a user