import React, { Component } from 'react'; import { Button } from 'antd'; import DictionarySelect from '@/components/Dictionary/DictionarySelect'; import DictionaryText from '@/components/Dictionary/DictionaryText'; import AuthorityControl from '@/components/AuthorityControl'; export default class Home extends Component { state = {}; render() { return (