flat: 咨询信箱等 70%

This commit is contained in:
Apcallover
2024-04-28 22:18:42 +08:00
parent fb837f10a9
commit e1580de161
9 changed files with 625 additions and 347 deletions

13
api/help.js Normal file
View File

@@ -0,0 +1,13 @@
import {
request
} from '@/untils/AxiosUtils.js';
import {
getStore
} from '@/untils/store.js'
//轮播图
export const getEmploymentSurveyManage = (params) => request({
url: '/api/jobslink-api/content/employmentSurveyManage/list',
method: 'get',
params
});