月球大数据地理空间分析展示平台-【中台】
1
Surpriseplus
2023-07-12 5896649eabfd2bdd6a5263ec5e21917298d44914
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";