shaogen1995 3 lat temu
rodzic
commit
3f751480f0

+ 2 - 2
web/public/static/js/manage.js

@@ -1,8 +1,8 @@
   
 var g_ProjectName=window.location.pathname.substring(window.location.pathname.indexOf("/")+1,window.location.pathname.lastIndexOf("/"));
 // var g_Prefix="https://super.4dage.com/";
-// var g_Prefix="http://project.4dage.com:8011/";//有自己的大场景编辑后台的 - 线上场景调试
-var g_Prefix=window.origin+'/';//有自己的大场景编辑后台的 - 打包
+var g_Prefix="http://project.4dage.com:8011/";//有自己的大场景编辑后台的 - 线上场景调试
+// var g_Prefix=window.origin+'/';//有自己的大场景编辑后台的 - 打包
 // var g_Prefix=window.location.href.substring(0,window.location.href.indexOf("/index.html")+1);
 var s = window.location.href.split('/');
     s.pop();

+ 1 - 1
web/src/components/welcome/mapMo.vue

@@ -55,7 +55,7 @@ export default {
         { id: 3, url: 'https://www.4dkankan.com/spc.html?m=uqNseUZY9F&lang=zh', name: '淇澳广场', x: 113.643540745012, y: 22.4103205001735, name2: '淇澳抗英禁烟胜利广场' },
         { id: 4, url: 'https://www.4dkankan.com/spc.html?m=rVuZY399SA&lang=zh', name: '淇澳村使馆', x: 113.647222051486, y: 22.4121524452728, name2: '淇澳村史馆' },
         { id: 5, url: 'https://www.4dmodel.com/SuperTwo/index.html?m=997', name: '苏兆征故居陈列馆', x: 113.646546909711, y: 22.4119172454793, name2: '苏兆征故居陈列馆' },
-        { id: 6, url: '', name: '珠海市高新区唐家社区党群服务中心', x: 113.595520724211, y: 22.3535146619874, name2: '珠海市高新区唐家社区党群服务中心' },
+        { id: 6, url: 'https://www.4dmodel.com/SuperTwo/index.html?m=1270', name: '珠海市高新区唐家社区党群服务中心', x: 113.595520724211, y: 22.3535146619874, name2: '珠海市高新区唐家社区党群服务中心' },
         { id: 7, url: 'vcRAFg9726463', name: '望慈山房', x: 113.595110003973, y: 22.3580482099635, type: 'hot', name2: '望慈山房' },
         { id: 8, url: 'https://www.4dkankan.com/spc.html?m=9ZqmhsI1Iq&lang=zh', name: '共乐园', x: 113.586345609932, y: 22.3650719025036, name2: '唐家湾廉洁文化园' },
         { id: 9, url: 'JH45h719118', name: '金山软件', x: 113.601295089331, y: 22.3485283808041, type: 'hot', name2: '金山软件园' },

+ 16 - 6
web/src/components/welcome/mapPc.vue

@@ -24,12 +24,13 @@
         class="row row5"
         @click="skipIframe('https://www.4dmodel.com/SuperTwo/index.html?m=997')"
       ></div>
-      <!-- <div class="row row6"></div> -->
-        <!-- @click="skipIframe('http://www.4dmodel.com/SuperTwo/index.html?m=1034')" -->
       <div
-        class="row row7"
-         @click="toHideHot('vcRAFg9726463')"
+        class="row row6"
+        @click="
+          skipIframe('https://www.4dmodel.com/SuperTwo/index.html?m=1270')
+        "
       ></div>
+      <div class="row row7" @click="toHideHot('vcRAFg9726463')"></div>
       <div
         class="row row8"
         @click="
@@ -188,8 +189,17 @@ export default {
         }
       }
     }
-    // .row6 {
-    // }
+    .row6 {
+      left: 40%;
+      bottom: 36.5%;
+      width: 8.5%;
+      height: 3%;
+      &:hover {
+        &::before {
+          content: "唐家党群服务中心";
+        }
+      }
+    }
     .row7 {
       left: 41%;
       bottom: 39.5%;

+ 19 - 1
web/src/views/gui/menu.vue

@@ -351,7 +351,13 @@
             "
           ></a>
 
-          <a class="MMInco MMInco6" href="javascript:;"></a>
+          <a
+            class="MMInco MMInco6"
+            href="javascript:;"
+            @click="
+              skipIframe('https://www.4dmodel.com/SuperTwo/index.html?m=1270')
+            "
+          ></a>
           <a
             class="MMInco MMInco7"
             href="javascript:;"
@@ -640,6 +646,12 @@
           title="苏兆征故居陈列馆"
         ></a>
         <a
+          class="imgClick imgClick6"
+          target="_blank"
+          href="https://www.4dmodel.com/SuperTwo/index.html?m=1270"
+          title="唐家党群服务中心"
+        ></a>
+        <a
           class="imgClick imgClick7"
           href="javascript:;"
           @click="toHideHot('vcRAFg9726463')"
@@ -1414,6 +1426,12 @@ export default {
       width: 82px;
       height: 23px;
     }
+    .imgClick6 {
+      top: 475px;
+      left: 608px;
+      width: 123px;
+      height: 25px;
+    }
     .imgClick7 {
       top: 447px;
       left: 630px;