feat: 新增登录注销功能,调整接口与配置

1.  新增项目logo文件
2.  调整API基础地址与开发代理配置
3.  添加多语言登录相关文案
4.  新增登录注销API接口
5.  重构请求与账号登录注销逻辑
6.  更新文档与菜单store状态
This commit is contained in:
sheng
2026-05-27 16:42:03 +08:00
parent 8a4511dc36
commit 000b87eb92
11 changed files with 166 additions and 44 deletions

2
.env
View File

@@ -4,7 +4,7 @@
VUE_APP_TITLE=D2Admin
# 网络请求公用地址
VUE_APP_API=/api/
VUE_APP_API=/background/v1/
# 仓库地址
VUE_APP_REPO=https://github.com/d2-projects/d2-admin