| | |
| | | import { AppBar, TitlePortal } from 'react-admin'; |
| | | import { Box, useMediaQuery } from '@mui/material'; |
| | | |
| | | import Logo from './Logo1'; |
| | | // https://www.base64-image.de/ |
| | | import Logo from './Logo'; |
| | | import { AppBarToolbar } from './AppBarToolbar'; |
| | | |
| | | const CustomAppBar = () => { |
| | |
| | | "sys_host", |
| | | "sys_user_role", |
| | | "sys_role_menu", |
| | | "sys_config" |
| | | "sys_menu" |
| | | ).contains(tableName); |
| | | } |
| | | }; |
| | | TenantLineInnerInterceptor tenantLineInnerInterceptor = new TenantLineInnerInterceptor(tenantLineHandler); |
| | | // interceptor.addInnerInterceptor(tenantLineInnerInterceptor); |
| | | interceptor.addInnerInterceptor(tenantLineInnerInterceptor); |
| | | |
| | | // 分页插件配置 |
| | | PaginationInnerInterceptor paginationInnerInterceptor = new PaginationInnerInterceptor(); |
| | |
| | | # sys_config |
| | | CREATE INDEX idx_config_flag ON sys_config(flag); |
| | | CREATE INDEX idx_config_deleted_flag ON sys_config(deleted, flag); |