51 lines
1.1 KiB
TypeScript
51 lines
1.1 KiB
TypeScript
/***
|
|
*配置接口 格式 module:Array<resource>
|
|
*/
|
|
export const apiModule = {
|
|
pension: [
|
|
'User',
|
|
'CurrentUser',
|
|
'Gaffer',
|
|
// 'Organizational',
|
|
// 'Device',
|
|
// 'Region',
|
|
// 'Owner',
|
|
// 'AllList',
|
|
// 'VisitorRecord',
|
|
// 'Room',
|
|
// 'Device',
|
|
// 'CommunityVisitor',
|
|
// 'AccessControlGroup',
|
|
// 'AccessControlLeft',
|
|
// 'AccessControlRight',
|
|
// 'AccessControlRightIdentity',
|
|
// 'Visitor',
|
|
// 'DeviceListByDeviceCategory',
|
|
// 'Perimeter',
|
|
// 'AccessControlRightVisitorIdentity',
|
|
// 'BedChoose',
|
|
// 'Gateway',
|
|
// 'FileUpload',
|
|
// 'User',
|
|
// 'CurrentUser',
|
|
// 'Organizational',
|
|
// 'Device',
|
|
// 'Region',
|
|
// 'Owner',
|
|
// 'AllList',
|
|
// 'VisitorRecord',
|
|
// 'Room',
|
|
// 'Device',
|
|
// 'CommunityVisitor',
|
|
// 'AccessControlGroup',
|
|
// 'AccessControlLeft',
|
|
// 'AccessControlRight',
|
|
// 'AccessControlRightIdentity',
|
|
// 'Visitor',
|
|
// 'DeviceListByDeviceCategory',
|
|
// 'BedChoose',
|
|
// 'Perimeter',
|
|
// 'OrganizationConfig',
|
|
],
|
|
};
|