diff --git a/src/api/log.js b/src/api/log.js index 4bb38d30..35378764 100644 --- a/src/api/log.js +++ b/src/api/log.js @@ -48,15 +48,15 @@ logApi.logType = { }, LOGGED_IN: { value: 25, - text: '用户登陆' + text: '用户登录' }, LOGGED_OUT: { value: 30, - text: '注销登陆' + text: '注销登录' }, LOGIN_FAILED: { value: 35, - text: '登陆失败' + text: '登录失败' }, PASSWORD_UPDATED: { value: 40, diff --git a/src/views/user/ResetPassword.vue b/src/views/user/ResetPassword.vue index c58cecf1..477cf2aa 100644 --- a/src/views/user/ResetPassword.vue +++ b/src/views/user/ResetPassword.vue @@ -110,7 +110,7 @@ class="tip animated fadeInUp" :style="{'animation-delay': '0.7s'}" > - 返回登陆 + 返回登录