src/components/js/login.vue
@@ -281,8 +281,8 @@ startURL() { var url = window.location.href; var testurl = ""; if (url.indexOf("web") != -1) { testurl = "/web"; if (url.indexOf("middle") != -1) { testurl = "/middle"; } this.reportUrl = window.location.origin + testurl + "/mapscreen/index.html";