mirror of
https://github.com/certd/certd.git
synced 2026-04-27 23:37:29 +08:00
chore: 1
This commit is contained in:
@@ -10,4 +10,5 @@ VITE_APP_LOGO=static/images/logo/logo.svg
|
|||||||
VITE_APP_LOGIN_LOGO=static/images/logo/rect-black.svg
|
VITE_APP_LOGIN_LOGO=static/images/logo/rect-black.svg
|
||||||
VITE_APP_PROJECT_PATH=https://github.com/certd/certd
|
VITE_APP_PROJECT_PATH=https://github.com/certd/certd
|
||||||
VITE_APP_NAMESPACE=fs
|
VITE_APP_NAMESPACE=fs
|
||||||
VITE_APP_VIP_PRODUCT_URL="http://localhost:1017/subject#/app/certd/product"
|
# 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"
|
||||||
@@ -87,7 +87,7 @@ export default {
|
|||||||
no_activation_code: "没有激活码?",
|
no_activation_code: "没有激活码?",
|
||||||
activation_code_one_use: "激活码使用过一次之后,不可再次使用,如果要更换站点,请",
|
activation_code_one_use: "激活码使用过一次之后,不可再次使用,如果要更换站点,请",
|
||||||
bind_account: "绑定账号",
|
bind_account: "绑定账号",
|
||||||
transfer_vip: ',然后"转移VIP"即可',
|
transfer_vip: '然后"转移VIP"即可',
|
||||||
needVipTip: "此为专业版功能,请先开通专业版",
|
needVipTip: "此为专业版功能,请先开通专业版",
|
||||||
manual_activation: "激活码手动激活",
|
manual_activation: "激活码手动激活",
|
||||||
close: "关闭",
|
close: "关闭",
|
||||||
|
|||||||
@@ -29,9 +29,9 @@ const settingStore = useSettingStore();
|
|||||||
|
|
||||||
const iframeSrcRef = computed(() => {
|
const iframeSrcRef = computed(() => {
|
||||||
if (!settingStore.installInfo.accountServerBaseUrl) {
|
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 = {
|
type SubjectInfo = {
|
||||||
|
|||||||
Reference in New Issue
Block a user