chenhaozhe
2026-04-14 f50cd9cfde1cdfc8e5b2205a63bdb2694da28e1c
WebTM/layuiadmin/common.js
@@ -79,4 +79,4 @@
// 判断是否全是数字
function isAllDigits(str) {
  return /^\d+$/.test(str);
}
}