@opentiny/tiny-toolkit-pro
Version:
TinyPro Vue:开箱即用、前后端分离的 Vue 后台管理模板
9 lines (8 loc) • 371 B
text/typescript
export default {
'http.error.TokenExpire': 'Login expired, please log in again',
'http.error.UserNotFound': 'user does not exist',
'http.error.UserAlreadyExist': 'User already exists',
'http.error.InvalidParameter': 'Invalid request parameter',
'http.error.InternalError': 'Internal error',
'http.error.ErrorPassword': 'Account or password error',
};