From 9fe04473df224dd2610f768b1fc74dc476eaa4e6 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 20 Mar 2020 13:36:35 +0800 Subject: [PATCH] fix: login typo. (#108) --- src/api/log.js | 6 +++--- src/views/user/ResetPassword.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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'}" > - 返回登陆 + 返回登录