Skip to content

Commit 37be968

Browse files
committed
auth_access 非强制登录
1 parent b635348 commit 37be968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// 部署时可以直接修改这个文件来改变配置,无需重新编译
33
window.APP_CONFIG = {
44
// 权限验证开关:'1' 开启,'0' 关闭
5-
AUTH_ACCESS: '1',
5+
AUTH_ACCESS: "0",
66
};

0 commit comments

Comments
 (0)