"use strict"; const common_vendor = require("../../common/vendor.js"); const request_index = require("../../request/index.js"); const getCardList = () => { return request_index.request({ url: `${common_vendor.index.getStorageSync("serverUrl")}/api/pad/baseInfo/queryPadPageList?token=${common_vendor.index.getStorageSync("token")}`, method: "get" }); }; exports.getCardList = getCardList; //# sourceMappingURL=../../../.sourcemap/mp-weixin/component/Initialization/api.js.map