<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>404</title> </head> <body> <script type="text/javascript"> //去除掉undefined window.location.href=window.location.href.replace('/undefined', '#/index'); </script> </body> </html>