first commit

This commit is contained in:
2025-12-26 23:19:09 +08:00
commit b29d128e41
788 changed files with 100922 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
export default {
syslog: {
index: '#',
logType: 'logType',
title: 'title',
remoteAddr: 'remoteAddr',
method: 'method',
ua: 'browser',
serviceId: 'serviceId',
time: 'time',
params: 'params',
createTime: 'createTime',
requestUri: 'requestUri',
exception: 'exception',
createBy: 'createBy',
action: 'action',
inputLogTypeTip: 'select logType',
inputStartPlaceholderTip: 'Start Time',
inputEndPlaceholderTip: 'End TIme',
result: 'result'
},
};