| 1234567891011121314151617181920212223242526 |
- <!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 style="background-image: url('/img/hegiibg.png');background-size:100%,100%; ">
- <div id="dg"></div>
- <script type="text/javascript">
- $(function () {
- $.dialog.show({
- title: '东科软件 DONGKE IBOSS-MES',
- iconCls: 'icon-logo',
- width: 400,
- height: 330,
- url: 'login.html'
- });
- });
- </script>
- <!--<script src="/plugins/animation/002/animation.js"></script>-->
- </body>
- </html>
|