调整homeNav导航跳转页面

This commit is contained in:
X1627315083
2025-12-22 11:29:38 +08:00
parent 60b0f4bbec
commit 48890121f6
2 changed files with 63 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ const newJourney = ()=>{
}
const historicalReview = ()=>{
router.push(`/workshop/creation?flowType=${FlowType.HISTORICAL}`)
router.push(`/workshop/creation?flowType=${FlowType.HISTORY}`)
}
onMounted(()=>{
@@ -70,7 +70,7 @@ defineExpose({})
margin-bottom: 8rem;
line-height: 13.1rem;
border: 1.16px solid #FFFFFF;
backdrop-filter: blur(40.50761795043945px);
backdrop-filter: blur(2.5rem);
background: radial-gradient(100% 100% at 0% 0%, rgba(115, 115, 115, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
&:last-child{
margin-bottom: 0;