派生自 STUWMS
utils/common.js @@ -287,6 +287,11 @@ } }) } stringToBoolean(str) { // 忽略大小写的转换 return str?.toLowerCase() === "true"; } // uni-app 播放音频封装 playSound(e) {