From 112bb1d3ca7e5c813adc9514f6b56b5e4886f49b Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 12 八月 2025 10:26:29 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

---
 utils/common.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/utils/common.js b/utils/common.js
index 24d5d0c..09e4494 100644
--- a/utils/common.js
+++ b/utils/common.js
@@ -287,6 +287,11 @@
 		    }
 		})
 	}
+	
+	stringToBoolean(str) {
+	  // 蹇界暐澶у皬鍐欑殑杞崲
+	  return str?.toLowerCase() === "true";
+	}
 
     // uni-app 鎾斁闊抽灏佽
     playSound(e) {

--
Gitblit v1.9.1