fix: login typo. (#108)

pull/109/head
Ryan Wang 2020-03-20 13:36:35 +08:00 committed by GitHub
parent 2775383ca2
commit 9fe04473df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -110,7 +110,7 @@
class="tip animated fadeInUp"
:style="{'animation-delay': '0.7s'}"
>
返回登
返回登
</a>
</router-link>
</a-row>