营销:适配商城装修组件【秒杀】(待重写)

This commit is contained in:
owen
2023-12-01 20:24:54 +08:00
parent 343b1fd5f6
commit cfc04d9c82
8 changed files with 214 additions and 181 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
import request from '@/sheep/request';
export default {
const SpuApi = {
// 获得商品 SPU 列表
getSpuList: (recommendType) => {
return request({
@@ -34,3 +34,4 @@ export default {
});
}
};
export default SpuApi;