🐛 fixed bug

This commit is contained in:
chenjianan
2019-04-25 10:41:29 +08:00
parent 07b712b445
commit e67715e5d1

View File

@@ -11,7 +11,6 @@ export function login(username, password) {
} }
}) })
} }
export function getInfo(token) { export function getInfo(token) {
return request({ return request({
url: '', url: '',
@@ -23,7 +22,6 @@ export function getInfo(token) {
} }
}) })
} }
// 查询按钮功能实现 // 查询按钮功能实现
export function editPassword(num1, num2, num3, num4) { export function editPassword(num1, num2, num3, num4) {
return request({ return request({