From 0b6cbef6da782523fa3c03fea175fab3ad024abc Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 20 Mar 2020 13:36:35 +0800 Subject: [PATCH] fix: login typo. (halo-dev/console#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 4bb38d304..35378764a 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 c58cecf10..477cf2aac 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'}" > - 返回登陆 + 返回登录