海南旅游SAAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
422 B

  1. Dcat.ready(function () {
  2. // const workorderNoticeTimer = setInterval(function () {
  3. //
  4. // $.ajax({
  5. // url: '/workorder_notice',
  6. // type: 'POST',
  7. // data: {},
  8. // dataType: 'json',
  9. // success: function (res) {
  10. // Dcat.info('您有新的工单信息', null, {
  11. // timeOut: 5000, // 5秒后自动消失
  12. // });
  13. // },
  14. // error: function (error) {
  15. //
  16. // }
  17. // });
  18. //
  19. // }, 2000);
  20. });