src/components/login.vue
@@ -282,8 +282,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";