新增商品列表

This commit is contained in:
lemon橪
2021-11-29 09:58:39 +08:00
parent f600b628ce
commit deed875c1b
5 changed files with 183 additions and 9 deletions

View File

@@ -4,11 +4,14 @@
import {http, Method} from '@/utils/request.js';
/**
* 获取店铺列表
* @param params
*/
export function getstoreList(params) {
export function getStoreList(params) {
return http.request({
url: '/store',
method: Method.GET,