修复端口映射管理bug

This commit is contained in:
Yohanes
2023-03-21 18:07:45 +08:00
parent 8e1dfc48ca
commit 559c6bd5f5
6 changed files with 148 additions and 98 deletions
+6
View File
@@ -14,6 +14,12 @@ export function licenseList() {
method: 'get'
})
}
export function licenseAuthList() {
return request({
url: '/license/auth-list',
method: 'get'
})
}
export function createLicense(data) {
return request({