This commit is contained in:
xiaojunnuo
2025-11-09 04:14:33 +08:00
parent c3637e731f
commit 50f6e76ab9
3 changed files with 5 additions and 4 deletions
@@ -29,9 +29,9 @@ const settingStore = useSettingStore();
const iframeSrcRef = computed(() => {
if (!settingStore.installInfo.accountServerBaseUrl) {
return "";
return "#/app/certd/home";
}
return `${settingStore.installInfo.accountServerBaseUrl}/#/?appKey=${settingStore.installInfo.appKey}`;
return `${settingStore.installInfo.accountServerBaseUrl}/#/app/certd/home`;
});
type SubjectInfo = {