chore: update model list polling

This commit is contained in:
jialin
2024-06-14 17:35:39 +08:00
parent 94e8638d28
commit 28088b270d
13 changed files with 695 additions and 185 deletions
+6
View File
@@ -0,0 +1,6 @@
import axiso from 'axios';
export default function useRequestToken() {
const { source } = axiso.CancelToken;
return source;
}