flat: 咨询信箱、等70%

This commit is contained in:
Apcallover
2024-04-28 22:18:03 +08:00
parent 3e5eba833a
commit b4b8fc7ed0
11 changed files with 1335 additions and 421 deletions

View File

@@ -1,14 +1,10 @@
import request from '@/router/axios';
export const getList =
(current, size, params) => {
(params) => {
return request({
url: '/api/jobslink-api//content/consultMailboxInfo/list',
url: '/api/jobslink-api/content/consultMailboxInfo/list',
method: 'get',
params: {
...params,
current,
size,
}
params
})
}