下拉端口列表调通

This commit is contained in:
aoshiguchen
2022-09-01 23:27:25 +08:00
parent 99edb29765
commit 84d72b613f
15 changed files with 54 additions and 31 deletions
+7
View File
@@ -8,6 +8,13 @@ export function fetchList(query) {
})
}
export function licenseList() {
return request({
url: '/license/list',
method: 'get'
})
}
export function createLicense(data) {
return request({
url: '/license/create',