Skip to content

Commit

Permalink
去掉默认的路由跳转
Browse files Browse the repository at this point in the history
  • Loading branch information
skique committed Jun 14, 2024
1 parent d0ad114 commit 52b250b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/render/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ export default {
return
}
}
const surveyPath = state.surveyPath
router.push({ name: 'renderPage', params: { surveyId: surveyPath } })

// 根据初始的schema生成questionData, questionSeq, rules, formValues, 这四个字段
const { questionData, questionSeq, rules, formValues } = adapter.generateData({
Expand Down

0 comments on commit 52b250b

Please sign in to comment.