feat: 添加更多模板跳转功能
- 为"更多模板"按钮添加了跳转到模板市场的功能 - 完善了用户交互体验,使导航更加直观 - 优化了问卷创建流程
This commit is contained in:
@@ -22,6 +22,10 @@ const createdQuestion = (item) => {
|
|||||||
if (item.h5Title === '智能创建') {
|
if (item.h5Title === '智能创建') {
|
||||||
return router.push({ name: 'intelligentGeneration' });
|
return router.push({ name: 'intelligentGeneration' });
|
||||||
}
|
}
|
||||||
|
// 为 更多模板添加对应的跳转链接
|
||||||
|
if (item.h5Title === '更多模板') {
|
||||||
|
return router.push({ name: 'templateMarket' });
|
||||||
|
}
|
||||||
|
|
||||||
const query = {
|
const query = {
|
||||||
group_id: 0,
|
group_id: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user