Commit 844670f9 by chehuidong

bug

parent 8dfe8027
import axios from './axios'
export function getLoginState({ userName, password }) {
return axios.post('platform/login', null, {
params: { userName, password },
})
return axios.post('platform/login', { userName, password })
}
export function logout() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment