Merge branch 'master' of https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp
commit
2e4bedae31
|
@ -13,7 +13,7 @@ import {http, Method} from '@/utils/request.js';
|
|||
*/
|
||||
export function getStoreList(params) {
|
||||
return http.request({
|
||||
url: '/store',
|
||||
url: '/store/store',
|
||||
method: Method.GET,
|
||||
params,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue