From f63729c08a03030c3fe4cda18bd87f963d832e4e Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Thu, 19 Mar 2026 14:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E5=8A=9E=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/toDoList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/toDoList/index.js b/src/api/toDoList/index.js index 7b6983d..c5eb71d 100644 --- a/src/api/toDoList/index.js +++ b/src/api/toDoList/index.js @@ -2,5 +2,5 @@ import { declareRequest } from "@cqsjjb/jjb-dva-runtime"; export const todoList = declareRequest( "todoListLoading", - `Post > @/appmenu/todoList`, + `Post > @/appmenu/todoList/list`, );