diff --git a/app/pages/signature/panel/index.vue b/app/pages/signature/panel/index.vue index 3e05c75..b833eb7 100644 --- a/app/pages/signature/panel/index.vue +++ b/app/pages/signature/panel/index.vue @@ -19,7 +19,7 @@ const clearSignature = () => { const toast=ref(false) const submitSignature = () => { if (signaturePad.value?.isEmpty()) { - showToast($t('signature.pleaseSign')); + showToast($t('collectCode.signature.pleaseSign')); return; } toast.value=showLoadingToast({ diff --git a/env/.env.prod b/env/.env.prod index 8ac45db..f9f8eaf 100644 --- a/env/.env.prod +++ b/env/.env.prod @@ -1,4 +1,4 @@ # 生产环境配置 -NUXT_PUBLIC_API_BASE=https://auction.yixunlink.com -NUXT_PUBLIC_SOCKET_URL=wss://auction.yixunlink.com +NUXT_PUBLIC_API_BASE=https://auction.szjixun.cn +NUXT_PUBLIC_SOCKET_URL=wss://auction.szjixun.cn NUXT_API_SECRET=prod-secret