新增主页home页面作为选择主流程或者从历史流程继续
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
X1627315083
2025-12-19 13:46:59 +08:00
parent 67702b36b2
commit ea84256cf6
4 changed files with 135 additions and 9 deletions

View File

@@ -94,7 +94,7 @@ const handleConfirm = async () => {
// console.log('res', res)
generateStore.setCustomerInfo(res)
// router.push('/workshop/stylist/index')
router.push('/homeNav')
router.push('/workshop/homeNav')
})
}
</script>