fix: 账号绑定页面某些情况下打不开的bug

This commit is contained in:
xiaojunnuo
2025-11-11 11:05:34 +08:00
parent 88f74163ff
commit 44973ebd00

View File

@@ -31,7 +31,8 @@ const iframeSrcRef = computed(() => {
if (!settingStore.installInfo.accountServerBaseUrl) {
return "#/app/certd/home";
}
return `${settingStore.installInfo.accountServerBaseUrl}/#/app/certd/home`;
const timestamp = Date.now();
return `${settingStore.installInfo.accountServerBaseUrl}/#/app/certd/home?t=${timestamp}`;
});
type SubjectInfo = {