删除无用文件

This commit is contained in:
cbb
2025-12-29 16:40:38 +08:00
parent 56fd844b75
commit e3e409b8b8
10 changed files with 292 additions and 10 deletions

View File

@@ -18,6 +18,14 @@ export const userLogin = data => {
})
}
/** 退出登录 */
export const userLogout = () => {
return http({
url: '/api/mobile/out',
method: 'get'
})
}
/** 获取用户信息 */
export const getUserData = () => {
return http({