Commit 976eed23 by Lyan

业务大厅跳转接口更改

parent a4971700
...@@ -64,7 +64,8 @@ const tycpdmfirmReturnFileIsExistence = (params = {}) => { ...@@ -64,7 +64,8 @@ const tycpdmfirmReturnFileIsExistence = (params = {}) => {
} }
// 个人中心首页 业务大厅页面跳转 // 个人中心首页 业务大厅页面跳转
const redirectYWDT = (params = {}) => { const redirectYWDT = (params = {}) => {
return POST(`${Prefix}/office/tycpdmfirm/authApi/redirectBusinessHall`, params) return POST(`${Prefix}/office/tycpdmfirm/authApi/redirectBusinessHall?userType=${params.userType}&id=${params.id}`)
} }
// 个人中心首页 GDS页面跳转 // 个人中心首页 GDS页面跳转
const redirectGDS = (params = {}) => { const redirectGDS = (params = {}) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment