From 48413f4112add3a87c3515397779c01c0697959f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9C=8D=E5=85=83=E4=B8=80?= <416970882@请求。com> Date: Sat, 4 Nov 2023 15:47:47 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DocAlert/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DocAlert/index.vue b/src/components/DocAlert/index.vue index 3a3feab7c..22d10f44f 100644 --- a/src/components/DocAlert/index.vue +++ b/src/components/DocAlert/index.vue @@ -22,7 +22,7 @@ const goToUrl = () => { /** 是否开启 */ const getEnable = () => { - return import.meta.env.VITE_APP_TENANT_ENABLE === 'true' + return import.meta.env.VITE_APP_DOC_ENABLE === 'true' }