aamin 1 year ago
parent
commit
448e411d35

BIN
public/configMultiMedia/paintings-small/修篁树石图.jpg


BIN
public/configMultiMedia/paintings-small/竹禽图卷11.jpg


BIN
public/configMultiMedia/paintings/home-painting2.jpg


BIN
public/configMultiMedia/paintings/修篁树石图.jpg


BIN
public/configMultiMedia/paintings/古木竹石.jpg


BIN
public/configMultiMedia/paintings/墨竹图(一).jpg


BIN
public/configMultiMedia/paintings/竹禽图卷.jpg


+ 4 - 4
src/router/index.js

@@ -108,10 +108,10 @@ const router = createRouter({
 })
 
 router.beforeEach((to, from) => {
-  // 生产环境下强制每次都从首页进入
-  if (process.env.NODE_ENV === 'production' && !from.name && to.name !== 'HomeView') {
-    return '/'
-  }
+  // 生产环境下强制每次都从首页进入(除线上展厅返回外)
+  // if (process.env.NODE_ENV === 'production' && !from.name && to.name !== 'HomeView' && router.query.anchorIdx != '3') {
+  //   return '/'
+  // }
 })
 
 export default router

+ 1 - 1
src/views/BambooBookScene1.vue

@@ -90,7 +90,7 @@ const innerHeight = ref(window.innerHeight + 'px')
 
   .xuliezheng {
     width: v-bind(innerWidth);
-    max-width: 365px;
+    max-width: 350px;
     height: v-bind(innerHeight);
     background-image: url(@/assets/images/zhupu-min.png);
     background-size: cover;

+ 2 - 0
src/views/MoreContent.vue

@@ -312,6 +312,8 @@ const OpenScene = () => {
   router.replace("/scene")
   // window.open('https://www.4dkankan.com/spg.html?m=KJ-et2X3su4ofm', '_parent')
   // window.location.replace('https://www.4dkankan.com/spg.html?m=KJ-et2X3su4ofm')
+  // window.location.replace('http://192.168.20.50:8082/spg.html?m=KJ-et2X3su4ofm')
+  window.location.replace('https://culture.4dage.com/NanjingMuseumWuJinZangNew/scene/smg.html?m=KJ-et2X3su4ofm')
 }
 
 // 提示语的显示隐藏