Commit 844670f9 by chehuidong

bug

parent 8dfe8027
import axios from './axios' import axios from './axios'
export function getLoginState({ userName, password }) { export function getLoginState({ userName, password }) {
return axios.post('platform/login', null, { return axios.post('platform/login', { userName, password })
params: { userName, password },
})
} }
export function logout() { 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