mirror of https://github.com/halo-dev/halo-admin
fix: login typo. (#108)
parent
2775383ca2
commit
9fe04473df
|
@ -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,
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
class="tip animated fadeInUp"
|
||||
:style="{'animation-delay': '0.7s'}"
|
||||
>
|
||||
返回登陆
|
||||
返回登录
|
||||
</a>
|
||||
</router-link>
|
||||
</a-row>
|
||||
|
|
Loading…
Reference in New Issue