feate:添加拼单类型接口
Build and Deploy Vue3 / build (push) Successful in 1m6s
Build and Deploy Vue3 / deploy (push) Successful in 10m44s

This commit is contained in:
2025-12-31 13:07:05 +08:00
parent 4cc684eca6
commit f6dcec75d7
10 changed files with 755 additions and 672 deletions
+8
View File
@@ -337,6 +337,14 @@ const routes = [
meta: {
title: '拼团活动'
}
},
{
path: '/activity/groupbuy-type',
name: 'GroupBuyType',
component: () => import('../views/activity/GroupBuyType.vue'),
meta: {
title: '拼团类型'
}
}
]
},