Blame view

ant-design-vue-jeecg/src/api/index.js 222 Bytes
肖超群 authored
1
const api = {
肖超群 authored
2
3
4
5
6
7
8
  Login: '/sys/login',
  Logout: '/sys/logout',
  ForgePassword: '/auth/forge-password',
  Register: '/auth/register',
  SendSms: '/account/sms',
  // get my info
  UserInfo: '/user/info'
肖超群 authored
9
10
}
export default api