发布 1.8.0 版本

This commit is contained in:
shizhong
2023-07-27 20:53:52 +08:00
parent 2104de6a71
commit 74aac991bc
4 changed files with 4 additions and 49 deletions

View File

@ -105,8 +105,3 @@ export const exportSpu = async (params) => {
export const getSpuSimpleList = async () => {
return request.get({ url: '/product/spu/get-simple-list' })
}
// 获得商品 SPU 精简列表
export const getSpuSimpleList = async () => {
return request.get({ url: '/product/spu/get-simple-list' })
}