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

View File

@@ -43,6 +43,19 @@
"please_enter": "请输入{name}"
}
}
},
"system": {
"login": {
"time_is_most_precious": "时间是一切财富中最宝贵的财富",
"username": "用户名",
"password": "密码",
"login": "登录",
"please_enter_username": "请输入用户名",
"please_enter_password": "请输入密码",
"dev_version": "开发版本",
"test_version": "测试版本",
"form_validation_failed": "表单校验失败,请检查"
}
}
}
}