Commit a252c5a5 authored by littleforest's avatar littleforest

feat: finished API

parent 380c8fe0
...@@ -81,7 +81,12 @@ const UserManage = () => { ...@@ -81,7 +81,12 @@ const UserManage = () => {
return request<{ return request<{
data: any[]; data: any[];
}>('https://glm-mangement-api.baibaomen.com/User/page', { }>('https://glm-mangement-api.baibaomen.com/User/page', {
...defaultParams, method: 'POST',
headers: {
'Content-Type': 'application/json',
__tenant: '3a0a90fe-9a0d-70f4-200d-a80a41fb6195',
},
data: defaultParams,
}); });
}} }}
rowKey="id" rowKey="id"
......
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