author.js 270 Bytes
// 状态管理api
export default {
  getVerifyImg: "/backstage/user/getVerificationCode/authority",
  login: "/backstage/user/login/authority",
  loginOut: "/backstage/user/exit",
  getVerifyEmail: "/backstage/user/pwdEmail",
  pwdReset: "/backstage/user/resetPwd",
};