diff --git a/packages/ui/certd-client/.env b/packages/ui/certd-client/.env index f567e668..8d6dd659 100644 --- a/packages/ui/certd-client/.env +++ b/packages/ui/certd-client/.env @@ -10,4 +10,5 @@ VITE_APP_LOGO=static/images/logo/logo.svg VITE_APP_LOGIN_LOGO=static/images/logo/rect-black.svg VITE_APP_PROJECT_PATH=https://github.com/certd/certd VITE_APP_NAMESPACE=fs -VITE_APP_VIP_PRODUCT_URL="http://localhost:1017/subject#/app/certd/product" \ No newline at end of file +# VITE_APP_VIP_PRODUCT_URL="http://localhost:1017/subject#/app/certd/product" +VITE_APP_VIP_PRODUCT_URL="https://app.handfree.work/subject#/app/certd/product" \ No newline at end of file diff --git a/packages/ui/certd-client/src/locales/langs/zh-CN/vip.ts b/packages/ui/certd-client/src/locales/langs/zh-CN/vip.ts index 5cfcf3d3..d65b99e0 100644 --- a/packages/ui/certd-client/src/locales/langs/zh-CN/vip.ts +++ b/packages/ui/certd-client/src/locales/langs/zh-CN/vip.ts @@ -87,7 +87,7 @@ export default { no_activation_code: "没有激活码?", activation_code_one_use: "激活码使用过一次之后,不可再次使用,如果要更换站点,请", bind_account: "绑定账号", - transfer_vip: ',然后"转移VIP"即可', + transfer_vip: '然后"转移VIP"即可', needVipTip: "此为专业版功能,请先开通专业版", manual_activation: "激活码手动激活", close: "关闭", diff --git a/packages/ui/certd-client/src/views/sys/account/index.vue b/packages/ui/certd-client/src/views/sys/account/index.vue index 635c3327..8ace3c65 100644 --- a/packages/ui/certd-client/src/views/sys/account/index.vue +++ b/packages/ui/certd-client/src/views/sys/account/index.vue @@ -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 = {