toast
This commit is contained in:
@@ -5,7 +5,9 @@ module.exports = {
|
||||
password: '密码',
|
||||
domainnameaddress: '域名地址',
|
||||
refreshtime: '刷新时间(秒)',
|
||||
login: '登录'
|
||||
login: '登录',
|
||||
toast1: '请输入用户名',
|
||||
toast2: '请输入密码'
|
||||
},
|
||||
homeinfo: {
|
||||
topinfo: '设备信息',
|
||||
@@ -136,6 +138,10 @@ module.exports = {
|
||||
exit: '退出',
|
||||
oldpassword: '旧的密码',
|
||||
newpassword: '新的密码',
|
||||
operationfailed: '操作失败'
|
||||
operationfailed: '操作失败',
|
||||
toast1: '旧密码不能为空',
|
||||
toast2: '新密码不能为空',
|
||||
toast3: '输入新密码',
|
||||
toast4: '新密码输入不一致,请重新输入'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user