业务员签约

This commit is contained in:
唐明明
2023-03-08 11:51:43 +08:00
parent d81577bcac
commit 478b70e9f7
10 changed files with 110 additions and 23 deletions

View File

@@ -22,7 +22,15 @@ const rights = () => {
})
}
// 业务员签约
const sign = () => {
return request({
url : 'app/user/sign_url',
})
}
export {
index,
rights
rights,
sign
}