From 448ebe0754e006d5a1ad37f87bd8fe961eb58277 Mon Sep 17 00:00:00 2001 From: 安瑾然 <107107765@qq.com> Date: 星期四, 21 七月 2022 16:57:37 +0800 Subject: [PATCH] login --- src/api/cause.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/api/cause.js b/src/api/cause.js index e16662e..42421af 100644 --- a/src/api/cause.js +++ b/src/api/cause.js @@ -6,4 +6,10 @@ method: 'get', params }) +} +export function casueList() { + return request({ + url: '/cause/getCauseList', + method: 'get', + }) } \ No newline at end of file -- Gitblit v1.8.0