@@ -6,7 +6,8 @@
</head>
<body>
<script type="text/javascript">
- window.location.href="http://uas.ubtob.com/#/index";
+ //去除掉undefined
+ window.location.href=window.location.href.replace('/undefined', '#/index');
</script>
</body>
</html>