7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
|
|
import { declareRequest } from "@cqsjjb/jjb-dva-runtime";
|
||
|
|
|
||
|
|
export const todoList = declareRequest(
|
||
|
|
"todoListLoading",
|
||
|
|
`Post > @/appmenu/todoList`,
|
||
|
|
);
|