可信代码库-配置文件修复定向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

@@ -54,7 +54,8 @@ const { namespace } = getOrgInfo();
const avatarUrl = '/src/assets/imgs/avatar/male.png';
const VITE_GOVERNANCE_HOST = import.meta.env.VITE_GOVERNANCE_HOST;
// const VITE_GOVERNANCE_HOST = import.meta.env.VITE_GOVERNANCE_HOST;
const VITE_GOVERNANCE_HOST = window.location.origin + '/governancePortal';
const selectTab = ref('yjtzlb');
const { accountInfo, RemoveInfo } = useAccount();