Meteor.methods({ async exportData() { const zip = new jsZip(); // add your photos const photos = Photos.find().fetch(); if (photos) { photos ...
確定! 回上一頁