mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 06:27:21 +00:00
(feature)(webapp) modify view to dataSet
This commit is contained in:
@@ -22,7 +22,7 @@ export function deletePlugin(id: number) {
|
||||
}
|
||||
|
||||
export function getModelList() {
|
||||
return request<Result<ModelType[]>>('/api/chat/conf/getDomainViewTree', {
|
||||
return request<Result<ModelType[]>>('/api/chat/conf/getDomainDataSetTree', {
|
||||
method: 'GET',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user