feat(REQ-5965) - 调整 URL
This commit is contained in:
parent
9b1f366e05
commit
d2e82a4f6b
@ -91,7 +91,7 @@
|
||||
}
|
||||
|
||||
// 拼接基础路径和相对路径(K8S环境)
|
||||
return `${normalizedBase}/${normalizedRelative}`;
|
||||
return `/${normalizedBase}/${normalizedRelative}`;
|
||||
};
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user