- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>林产品溯源管理系统</title>
- </head>
- <body>
- <script type="text/javascript">
- window.location.href = "login/index.html?ver=" + new Date().getTime();
- </script>
- </body>
- </html>
|