1
duhe
2025-07-02 dce4643a6790f51f07288bc3cb0e7644c289c147
WebTM/layuiadmin/common.js
@@ -79,4 +79,4 @@
// 判断是否全是数字
function isAllDigits(str) {
  return /^\d+$/.test(str);
}
}