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