安瑾然
2022-07-21 448ebe0754e006d5a1ad37f87bd8fe961eb58277
src/api/cause.js
@@ -6,4 +6,10 @@
        method: 'get',
        params
    })
}
export function casueList() {
    return request({
        url: '/cause/getCauseList',
        method: 'get',
    })
}