🐛 fixed bug
This commit is contained in:
@@ -11,7 +11,6 @@ export function login(username, password) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
export function getInfo(token) {
|
||||
return request({
|
||||
url: '',
|
||||
@@ -23,7 +22,6 @@ export function getInfo(token) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 查询按钮功能实现
|
||||
export function editPassword(num1, num2, num3, num4) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user