mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
fix: workflow route
This commit is contained in:
@ -90,12 +90,12 @@ const Apps = ({
|
||||
})
|
||||
localStorage.setItem(NEED_REFRESH_APP_LIST_KEY, '1')
|
||||
if (!isCurrentWorkspaceManager) {
|
||||
router.push(`/app/${app.id}/'overview'`)
|
||||
router.push(`/app/${app.id}/overview`)
|
||||
}
|
||||
else {
|
||||
if (app.mode === 'workflow' || app.mode === 'advanced-chat')
|
||||
router.push(`/app/${app.id}/'workflow'`)
|
||||
router.push(`/app/${app.id}/'configuration'`)
|
||||
router.push(`/app/${app.id}/workflow`)
|
||||
router.push(`/app/${app.id}/configuration`)
|
||||
}
|
||||
}
|
||||
catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user