Corretto il pagato

- fix Group Add link
This commit is contained in:
Surya Paolo
2024-01-07 17:27:27 +01:00
parent ecd3154dd8
commit 8fa6757cc9
7 changed files with 37 additions and 8 deletions

View File

@@ -8324,7 +8324,17 @@ export const tools = {
return (val1 / valmax * 100)
else
return 0
}
},
getHost() {
return this.getUrlSite()
},
generateURL(mylink: string, value: string): string {
const site = this.getUrlSite()
return mylink.replace('{site}', site).replace('{value}', value);
},
// FINE !