feat(REQ-5965) - 调整 URL

This commit is contained in:
wangli 2025-11-19 17:02:59 +08:00
parent 9b1f366e05
commit d2e82a4f6b

View File

@ -91,7 +91,7 @@
}
// 拼接基础路径和相对路径K8S环境
return `${normalizedBase}/${normalizedRelative}`;
return `/${normalizedBase}/${normalizedRelative}`;
};
</script>
</head>