From 37be9687e89ce52eac2a14ccc24b4f75145a60f3 Mon Sep 17 00:00:00 2001 From: maojindao55 Date: Tue, 15 Jul 2025 13:57:02 +0800 Subject: [PATCH] =?UTF-8?q?auth=5Faccess=20=E9=9D=9E=E5=BC=BA=E5=88=B6?= =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.js b/public/config.js index 14676eb..3961c92 100644 --- a/public/config.js +++ b/public/config.js @@ -2,5 +2,5 @@ // 部署时可以直接修改这个文件来改变配置,无需重新编译 window.APP_CONFIG = { // 权限验证开关:'1' 开启,'0' 关闭 - AUTH_ACCESS: '1', + AUTH_ACCESS: "0", }; \ No newline at end of file