支持用户换头像

This commit is contained in:
maojindao55
2025-07-14 19:04:02 +08:00
parent af2eabddf0
commit b63534895a
10 changed files with 94 additions and 135 deletions

6
public/config.js Normal file
View File

@@ -0,0 +1,6 @@
// 运行时配置文件
// 部署时可以直接修改这个文件来改变配置,无需重新编译
window.APP_CONFIG = {
// 权限验证开关:'1' 开启,'0' 关闭
AUTH_ACCESS: '1',
};