fix(bug): fix router
This commit is contained in:
@@ -167,7 +167,7 @@ export default function CollectionDetailPage() {
|
||||
const backUrl = type
|
||||
? `/project/detail?id=${projectId}&type=${type}`
|
||||
: `/project/detail?id=${projectId}`
|
||||
setBackProps(backUrl, next)
|
||||
setBackProps(backUrl, next, "/image")
|
||||
}}
|
||||
style={{
|
||||
paddingLeft: 14,
|
||||
|
||||
Reference in New Issue
Block a user