mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-20 17:33:45 +08:00
fix next tick
This commit is contained in:
@@ -19,6 +19,9 @@ export default [
|
||||
});
|
||||
return response;
|
||||
}),
|
||||
http.delete("/ai/action/user", () => {
|
||||
return HttpResponse.json({ success: true });
|
||||
}),
|
||||
http.get("/ai/llm/page-query", () => {
|
||||
const generateLlm = () => ({
|
||||
id: faker.number.int({ min: 1, max: 100 }),
|
||||
|
||||
Reference in New Issue
Block a user