From 3aee6d1d70a6f8ee0526a2a51198382cb4118d2a Mon Sep 17 00:00:00 2001 From: Wayne <943146732@qq.com> Date: Thu, 22 Feb 2024 22:39:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E7=BC=BA=E5=B0=91=E7=9A=84?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/store.js b/src/api/store.js index 1c8aa17..0a55fdf 100644 --- a/src/api/store.js +++ b/src/api/store.js @@ -104,7 +104,7 @@ export function getStorePlatform (params) { return axios({ url: api.store.module.getStorePlatform, method: 'get', - + params }) } export function setStorePlatform (data) {