This commit is contained in:
Jane
2023-12-28 11:12:04 +08:00
parent 7e763d9ba2
commit 46259b98cc
57 changed files with 1324 additions and 875 deletions

View File

@@ -0,0 +1,10 @@
import request from '@/utils/request'
export function createDataSource(data) {
return request({
url: '/salpa/subject/project/createDataSource',
method: 'post',
data: data
})
}