mirror of
https://github.com/rustfs/console.git
synced 2026-09-19 09:52:25 +08:00
feat license
This commit is contained in:
@@ -20,5 +20,9 @@ export const useSystem = () => {
|
||||
async getSystemMetrics() {
|
||||
return await $api.get("/metrics")
|
||||
},
|
||||
// 获取license
|
||||
async getLicense() {
|
||||
return await $api.get("/license")
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user