From 0067d56f95b5029801252fe564483221de1a6ddb Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Mon, 9 Sep 2024 10:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6=E9=9C=80=E8=A6=81PDA?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5--=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/systemConfig.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/systemConfig.js b/public/systemConfig.js index cd2f48d94..394209322 100644 --- a/public/systemConfig.js +++ b/public/systemConfig.js @@ -13,5 +13,8 @@ let systemConfig = { tenant: '["成都"]', systermUpdateAlert: true, systermUpdateUrl: 'https://scptest.faway-hella.com/', - needCode:false + //是否需要验证码 + needCode:false, + //是否需要PDA下载链接 + pdaUrl:false, }