index.html 320 B

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