From bce901e2a4fa868aeabfbf37d8763e63b0214e6c Mon Sep 17 00:00:00 2001 From: lzh <1625167628@qq.com> Date: Fri, 17 Oct 2025 15:32:57 +0800 Subject: [PATCH] 1 --- pkg/service/bundle/bundleBalance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/bundle/bundleBalance.go b/pkg/service/bundle/bundleBalance.go index f8db3b9..af3b362 100644 --- a/pkg/service/bundle/bundleBalance.go +++ b/pkg/service/bundle/bundleBalance.go @@ -290,7 +290,7 @@ func BundleExport(ctx *gin.Context) { service.Error(ctx, err) return } - var exportUrl string = fmt.Sprintf("/static/%s", strings.Replace(filePath, "./runtime/", "", 1)) + var exportUrl string = fmt.Sprintf("%s:%s/api/fiee/static/%s",ctx.Request.URL.Scheme, ctx.Request.Host,strings.Replace(filePath, "./runtime/", "", 1)) service.Success(ctx, gin.H{ "url": exportUrl, })