// import { ContentRef } from '../../components/Content/Content_cmpt';
// import model from '../../model/model';
export default class Control {
    // static async demo() {
    //     const result = await model();
    //     if (typeof result !== 'number') {
    //            let data = eval('(' + result + ')');
    //           if (data.code == 0) {
    //                ContentRef.setfunc(data.data);
    //            } else {
    //                ContentRef.interfaceError(data.msg);
    //            }
    //        } else {
    //            ContentRef.networkError(result);
    //        }
    // }
}