1轮修复
This commit is contained in:
@@ -47,7 +47,7 @@ export const guestAPI = {
|
||||
* 获取来客列表
|
||||
*/
|
||||
async listGuest(filter?: TbGuestDTO): Promise<ResultDomain<TbGuestDTO>> {
|
||||
const response = await api.get<TbGuestDTO>(`${this.baseUrl}/list`, { params: filter })
|
||||
const response = await api.post<TbGuestDTO>(`${this.baseUrl}/list`, { params: filter })
|
||||
return response.data
|
||||
},
|
||||
|
||||
|
||||
@@ -50,6 +50,7 @@ export default defineConfig({
|
||||
'./api/auth': './src/api/auth/auth.ts',
|
||||
'./api/file': './src/api/file/file.ts',
|
||||
'./api/ai': './src/api/ai/index.ts',
|
||||
'./api/sys/guest': './src/api/sys/guest.ts',
|
||||
|
||||
// ========== Utils 工具模块 ==========
|
||||
'./utils': './src/utils/index.ts',
|
||||
|
||||
Reference in New Issue
Block a user