From 2fc40f5a6178b2775f18169b6d6dc7cdbee910f8 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Mon, 26 Aug 2024 13:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.js b/api/api.js index 590aed4..e5c9851 100644 --- a/api/api.js +++ b/api/api.js @@ -181,7 +181,7 @@ const config = { export function api(key, data, callback, loadingTitle) { let req = config[key] - ifo + if (!req) { console.error('无效key' + key); return