初始化项目

This commit is contained in:
18500206848
2024-02-02 14:51:50 +08:00
parent dc7051417b
commit 12664d0204
681 changed files with 1 additions and 142886 deletions

View File

@@ -1,13 +0,0 @@
import request from '@/router/axios';
export const getAllList = (current, size, params) => {
return request({
url: '/api/jobslink-api/system/tenant/allList',
method: 'get',
params: {
...params,
current,
size,
}
})
}