This commit is contained in:
夜良king
2022-10-27 11:50:00 +08:00

View File

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