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