智慧水务管理系统 - 精河县供水工程综合管理平台

index.js 108B

12345
  1. export default (function (o, c, f) {
  2. f.isMoment = function (input) {
  3. return f.isDayjs(input);
  4. };
  5. });