可信代码库-配置文件修复定向URL改为动态获取

This commit is contained in:
fmk1023
2025-08-26 17:52:32 +08:00
parent 9c58b289a2
commit 452eda019a
9 changed files with 22 additions and 11 deletions

View File

@@ -141,7 +141,8 @@ const createOrgItem = {
},
orgUrl: {
label: '组织URL',
prefix: `${(import.meta as any).env.VITE_HOST}/`,
// prefix: `${(import.meta as any).env.VITE_HOST}/`,
prefix: `${window.location.origin}/openRepoPortal/`,
placeholder: '请输入',
occupied: 'namespace已被使用',
ruleDesc: {