This commit is contained in:
2022-09-07 16:12:00 +08:00
parent 385631583a
commit 860ca6a099
6 changed files with 741 additions and 83 deletions

8
src/api/expert/expert.js Normal file
View File

@ -0,0 +1,8 @@
import request from '@/utils/request'
// 企业审核列表列表
export function expertList() {
return request({
url: "/business/casExpert/list",
method: "get",
});
}