"use strict"; const common_vendor = require("../../common/vendor.js"); const request_index = require("../../request/index.js"); const getServiceTree = () => { return request_index.request({ url: `${common_vendor.index.getStorageSync("serverUrl")}/nuIpadApi/nuConfigServiceCategory/getServiceTree`, method: "get" }); }; exports.getServiceTree = getServiceTree; //# sourceMappingURL=../../../.sourcemap/mp-weixin/component/rightItemssecondrelnew/api.js.map