index.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="keywords" content="dongke,mes,ibossmes">
  6. <meta name="description" content="制造企业生产过程执行管理系统">
  7. <meta name="author" content="xuwei">
  8. <title>东科软件</title>
  9. <script src="/plugins/xeasyui/xeasyui.min.js"></script>
  10. </head>
  11. <body >
  12. <div id="dg"></div>
  13. <script type="text/javascript">
  14. $(function () {
  15. $.dialog.show({
  16. title: '东科软件 DONGKE IBOSS-MES',
  17. iconCls: 'icon-logo',
  18. width: 400,
  19. height: 300,
  20. url: 'login.html'
  21. });
  22. //$.messager.show({
  23. // title: '东科软件',
  24. // msg: '您使用的是临时授权,已于2021年3月1日过期。为了不影响您的使用,请尽快联系东科软件更换新的授权文件。',
  25. // timeout: 0,
  26. // showType: 'slide'
  27. //});
  28. });
  29. </script>
  30. <script src="/plugins/animation/002/animation.js"></script>
  31. </body>
  32. </html>