You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
614 B
25 lines
614 B
export default {
|
|
'error_log': {
|
|
'title': '异常日志',
|
|
'table': {
|
|
'method': '请求方法',
|
|
'params': '请求参数',
|
|
'username': '用户名',
|
|
'request_ip': 'IP',
|
|
'address': 'IP来源',
|
|
'description': '描述',
|
|
'browser': '浏览器',
|
|
'create_time': '创建日期',
|
|
'anomalyDetails': '异常详情',
|
|
'findMore': '查看详情'
|
|
},
|
|
'placeholder': {
|
|
'cleared': '清空',
|
|
'select': '请输入你要搜索的内容'
|
|
},
|
|
'msg': {
|
|
'message': '确认清空所有异常日志吗?',
|
|
'title': '提示'
|
|
}
|
|
}
|
|
}
|
|
|