From d2b13e146e977f61f54a22e91936aaabe5ce17fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BE=88=E5=B7=AE=E5=95=A6?= <17633066053@163.com> Date: Thu, 27 Oct 2022 10:25:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E6=94=B9=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=88=97=E8=A1=A8api=E8=B7=AF=E5=BE=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/store.js b/api/store.js index 20e5ee2..00e8fe4 100644 --- a/api/store.js +++ b/api/store.js @@ -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, });