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