From 53605d638044f3129cb622d44bd6c2026b7978cd Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 16 一月 2025 22:41:31 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/project_management-vue

---
 src/views/todo/api/allTodoList.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/views/todo/api/allTodoList.js b/src/views/todo/api/allTodoList.js
index 3f9cb28..b0d011a 100644
--- a/src/views/todo/api/allTodoList.js
+++ b/src/views/todo/api/allTodoList.js
@@ -3,9 +3,7 @@
 
 // 鑾峰彇鎴戠殑寰呭姙
 export const getAllTodoList = data => {
-    console.log("aaaaaaaaaaaaaaaaaaaaaaa1");
     const queryString = commonUtil.objectToQueryStr(data);
-    console.log("aaaaaaaaaaaaaaaaaaaaaaa2", queryString);
     return request({
         url: '/task/manage/alllist',
         method: 'post',
@@ -14,4 +12,4 @@
             'Content-Type': 'application/x-www-form-urlencoded'
         },
     });
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0