fix: 🐛 修改店铺列表api路径问题
parent
d01edbdfe2
commit
d2b13e146e
|
@ -13,7 +13,7 @@ import {http, Method} from '@/utils/request.js';
|
||||||
*/
|
*/
|
||||||
export function getStoreList(params) {
|
export function getStoreList(params) {
|
||||||
return http.request({
|
return http.request({
|
||||||
url: '/store',
|
url: '/store/store',
|
||||||
method: Method.GET,
|
method: Method.GET,
|
||||||
params,
|
params,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue