拓扑图配置

This commit is contained in:
仲么了
2024-01-17 14:22:34 +08:00
parent 0068eace86
commit 694b5b181d
15 changed files with 395 additions and 79 deletions

View File

@@ -53,7 +53,7 @@ export const getCurrentRoutePath = () => {
* @param domain 指定域名
*/
export const fullUrl = (relativeUrl: string, domain = '') => {
return domain + relativeUrl
return domain + '/api/system-boot/image/toStream?bgImage=' + relativeUrl
}
/**