fix: 🐛 修改店铺列表api路径问题

master
学习很差啦 2022-10-27 10:25:30 +08:00
parent d01edbdfe2
commit d2b13e146e
1 changed files with 1 additions and 1 deletions

View File

@ -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,
});