| 123456789101112131415 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>产供销管理信息系统</title>
- <script>
- window.location.href='./views/index.html';
- // window.location.href='/xinsteel.ytg/views/index/index.html';
- </script>
- </head>
- <body>
- <div> </div>
- </body>
- </html>
|