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

12 lines
261 B
JavaScript

import {checkerOnly} from "../../components/constants.js";
export function tabCheck() {
return {
visibleOn: checkerOnly,
title: '审核审查',
icon: 'fa fa-shield-halved',
body: [
'hello world'
]
}
}