Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin into feature/noticews

This commit is contained in:
Theo
2024-09-18 21:27:01 +08:00
5 changed files with 9 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ class UserAPI {
});
}
/** 丙丁个人中心用户邮箱 */
/** 绑定个人中心用户邮箱 */
static bindEmail(data: EmailBindingForm) {
return request({
url: `${USER_BASE_URL}/email`,