feat license

This commit is contained in:
cxymds
2025-04-08 11:52:19 +08:00
parent c1dddeb4ba
commit de75553cef
10 changed files with 361 additions and 279 deletions
+4
View File
@@ -20,5 +20,9 @@ export const useSystem = () => {
async getSystemMetrics() {
return await $api.get("/metrics")
},
// 获取license
async getLicense() {
return await $api.get("/license")
},
}
}