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