| | |
| | | <title>重定向</title> |
| | | <script> |
| | | var p = location.href.split("?") |
| | | // window.location.href = 'https://dmtest.ahapp.net/hsvisit_h5/#/pages/notice/notice?' + p[1] |
| | | //http://192.168.0.173/h5/#/pages/notice/notice?code=123 |
| | | //http://192.168.0.173/h5/#/pages/staff/index?code=123456 |
| | | window.location.href = 'http://xiaopiqiu2.natapp1.cc/#/pages/notice/notice?' + p[1] |
| | | // window.location.href = 'http://xiaopiqiu2.natapp1.cc/#/pages/staff/index?' + p[1] |
| | | // window.location.href = 'http://192.168.0.173/h5/#/pages/notice/notice?' + 'code=123123' |
| | | window.location.href = 'http://192.168.0.173/h5/#/pages/notice/notice?' + p[1] |
| | | // window.location.href = 'http://192.168.0.173/h5/#/pages/staff/index?' + p[1] |
| | | </script> |
| | | </head> |
| | | <body> |