UNPKG

yyuap-ref

Version:

cloud os fe ref project which is based on tinper

14 lines (10 loc) 339 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTreeList = undefined; var _utils = require('../utils'); // 树树的数据接口 var getTreeList = exports.getTreeList = function getTreeList(url, param, content) { return (0, _utils.fetchJ)(url, Object.assign(param, { content: content })); };