feat: 添加更多模板跳转功能

- 为"更多模板"按钮添加了跳转到模板市场的功能
- 完善了用户交互体验,使导航更加直观
- 优化了问卷创建流程
This commit is contained in:
Huangzhe
2025-05-20 11:22:36 +08:00
parent 87337ce60c
commit 240a24cb3f

View File

@@ -22,6 +22,10 @@ const createdQuestion = (item) => {
if (item.h5Title === '智能创建') {
return router.push({ name: 'intelligentGeneration' });
}
// 为 更多模板添加对应的跳转链接
if (item.h5Title === '更多模板') {
return router.push({ name: 'templateMarket' });
}
const query = {
group_id: 0,