演示功能

This commit is contained in:
李志鹏
2025-11-17 17:33:32 +08:00
parent f7922558ec
commit 4598bce188
10 changed files with 196 additions and 26 deletions

View File

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