From e97bf2c8c21eb9b89384ac4ab59b3b1d0ba781d4 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期三, 23 七月 2025 14:52:00 +0800
Subject: [PATCH] 幼儿游戏与指导

---
 src/assets/methods/resources.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/assets/methods/resources.js b/src/assets/methods/resources.js
index 7f245ad..57391ca 100644
--- a/src/assets/methods/resources.js
+++ b/src/assets/methods/resources.js
@@ -16,7 +16,6 @@
     md5,
     appRefCode,
   });
-  console.log("res", res);
   if (typeof res === "string" && res.includes("http")) {
     return res;
   } else if (typeof res === "object" && res.data != "") {

--
Gitblit v1.9.1