feate:新增套餐管理
Build and Deploy Vue3 / build (push) Successful in 1m11s
Build and Deploy Vue3 / deploy (push) Successful in 1m26s

This commit is contained in:
2026-01-29 15:18:08 +08:00
parent ead7c5bba5
commit 127d54eaa6
6 changed files with 3151 additions and 166 deletions
+1 -1
View File
@@ -424,7 +424,7 @@ const fetchProductGroupList = async () => {
try {
const res = await getProductGroupList({
page: 1,
count: 1000
count: 10
})
console.log('获取商品组列表:', res.data)
if (res.data.code === 200) {