1
0
Files
gringotts/gringotts-frontend/pages/index/tab-log.js

10 lines
208 B
JavaScript

export function tabLog() {
return {
visibleOn: '${role === "ADMINISTRATOR"}',
title: '系统日志',
icon: 'fa fa-file',
body: [
'hello world'
]
}
}