"use strict"; const getPlatform = () => { const platform = "wxapp"; return platform; }; const platfrom = getPlatform(); exports.platfrom = platfrom;