ZhangXianQiang
2024-05-17 caf356587e08608be27dc25e7cc63c9b191d9aa5
1
2
3
4
5
6
import { post, postWithLoadTip } from '@/utils/request'
 
export default {
  login: query => postWithLoadTip(`/api/user/login`, query),
  logout: query => post(`/api/user/logout`, query)
}