feat(web): 统一页面显示和权限
This commit is contained in:
12
gringotts-frontend/pages/index/tab-check.js
Normal file
12
gringotts-frontend/pages/index/tab-check.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import {checkerOnly} from "../../components/constants.js";
|
||||
|
||||
export function tabCheck() {
|
||||
return {
|
||||
visibleOn: checkerOnly,
|
||||
title: '审核审查',
|
||||
icon: 'fa fa-shield-halved',
|
||||
body: [
|
||||
'hello world'
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user