import { Http,Util } from '@/utils';
import MicroComponentServiceBase from './micro-component-service-base';
/**
* 微组件服务对象
* 基于 APP/src/service/%DE_PKGPATH%/%DE_PKGPATH%-service.ts.ftl 生成
* @export
* @class MicroComponentService
* @extends {MicroComponentServiceBase}
*/
export default class MicroComponentService extends MicroComponentServiceBase {
/**
* Creates an instance of MicroComponentService.
*
* @param {*} [opts={}]
* @memberof MicroComponentService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于7f8452c8