We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b635348 commit 37be968Copy full SHA for 37be968
public/config.js
@@ -2,5 +2,5 @@
2
// 部署时可以直接修改这个文件来改变配置,无需重新编译
3
window.APP_CONFIG = {
4
// 权限验证开关:'1' 开启,'0' 关闭
5
- AUTH_ACCESS: '1',
+ AUTH_ACCESS: "0",
6
};
0 commit comments