import { Http } from '@/utils'; import ControlService from '@/widgets/control-service'; /** * CtrlChart 部件服务对象 * * @export * @class CtrlChartService */ export default class CtrlChartService extends ControlService { }