index.js
615 Bytes
import OrgOptionsForm from './OrgOptions/index'
import MutilOrgOptionsForm from './OrgOptions/codeIndex'
import UserManageBar from './WhiteBar'
import RoleOptionsForm from './RoleOptions/mutilOptions'
import MutilOptions from './RoleOptions'
import WithHeader from './PermBtn'
import MenuOptionsForm from './MenuOptions/index.js'
import IconOptionsForm from './IconOptions/index.js'
import LayerOrgSelect from './LayerOrgSelect/index.js'
export {
OrgOptionsForm,
UserManageBar,
RoleOptionsForm,
MutilOptions,
WithHeader,
MenuOptionsForm,
IconOptionsForm,
LayerOrgSelect,
MutilOrgOptionsForm
}