调整customer路由位置,吧登陆后的路由放在workshop路由下
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:40:15 +08:00
parent c157c0a14a
commit 67702b36b2
7 changed files with 43 additions and 47 deletions

View File

@@ -1,5 +1,4 @@
<template>
<header-title style-type="3" />
<div class="sex-select">
<div class="text">Before we begin.</div>
<div class="desc">Who are you styling?</div>
@@ -15,7 +14,6 @@
</div>
</div>
</div>
<footer-navigation />
</template>
<script setup lang="ts">
import HeaderTitle from '@/components/HeaderTitle.vue'
@@ -42,7 +40,7 @@ const handleSelect = (value: string) => {
const generateParams = userInfoStore.getGenerateParams()
generateParams.sex = value
userInfoStore.setGenerateParams(generateParams)
router.push('/stylist/dressfor')
router.push('/workshop/stylist/dressfor')
}
</script>
<style lang="less" scoped>