chenlei 5 месяцев назад
Родитель
Сommit
1456aaa610
5 измененных файлов с 8 добавлено и 4 удалено
  1. 1 0
      .env.dev
  2. 1 0
      .env.mytest
  3. 1 0
      .env.prod
  4. 4 4
      src/views/MuseumView/MuseumView.vue
  5. 1 0
      src/views/about/InstitutionView.vue

+ 1 - 0
.env.dev

@@ -1,5 +1,6 @@
 VUE_APP_CLI_MODE=dev
 NODE_ENV=development
 PUBLIC_PATH=/
+VUE_APP_SCENE_ORIGIN=https://sit-locbigsecen.4dage.com
 VUE_APP_DEPLOY_ORIGIN=https://sit-wuxicishan.4dage.com
 VUE_APP_ARTICLE_ORIGIN=http://dev.api.museum.b.wxiy.com

+ 1 - 0
.env.mytest

@@ -1,5 +1,6 @@
 VUE_APP_CLI_MODE=test
 NODE_ENV=production
 PUBLIC_PATH=./
+VUE_APP_SCENE_ORIGIN=https://sit-locbigsecen.4dage.com
 VUE_APP_DEPLOY_ORIGIN=https://sit-wuxicishan.4dage.com
 VUE_APP_ARTICLE_ORIGIN=https://api.museum.b.wxiy.com

+ 1 - 0
.env.prod

@@ -1,5 +1,6 @@
 VUE_APP_CLI_MODE=prod
 NODE_ENV=production
 PUBLIC_PATH=./
+VUE_APP_SCENE_ORIGIN=https://sit-locbigsecen.4dage.com
 VUE_APP_DEPLOY_ORIGIN=https://wuxicharitymuseum.cn
 VUE_APP_ARTICLE_ORIGIN=https://api.museum.b.wxiy.com

+ 4 - 4
src/views/MuseumView/MuseumView.vue

@@ -65,7 +65,7 @@ const LIST = [
     subLabel: '无锡慈善的传承与创新',
     tag: '查看详情',
     tagType: 'blue',
-    url: process.env.VUE_APP_DEPLOY_ORIGIN + '/wxScene/index.html?m=wxcs_SG-fwjuL9mtG2A&firstView=pano:93,qua:0.0003672651343559632,0.8562585754236621,-0.0006088002902584934,0.5165468991064768'
+    url: process.env.VUE_APP_SCENE_ORIGIN + '/wxScene/index.html?m=wxcs_SG-fwjuL9mtG2A&firstView=pano:93,qua:0.0003672651343559632,0.8562585754236621,-0.0006088002902584934,0.5165468991064768'
   },
   {
     img: Img2,
@@ -73,7 +73,7 @@ const LIST = [
     subLabel: '鸿模小学历史文化',
     tag: '专题展览',
     tagType: 'yellow',
-    url: process.env.VUE_APP_DEPLOY_ORIGIN + '/wxScene/index.html?m=wxcs_SG-2e4SwPKzjZz&firstView=pano:16,qua:-0.004615061680190784,-0.05639108346896922,-0.000260665886610734,0.9983980565048178'
+    url: process.env.VUE_APP_SCENE_ORIGIN + '/wxScene/index.html?m=wxcs_SG-2e4SwPKzjZz&firstView=pano:16,qua:-0.004615061680190784,-0.05639108346896922,-0.000260665886610734,0.9983980565048178'
   },
   {
     img: Img1,
@@ -81,7 +81,7 @@ const LIST = [
     subLabel: '荡口慈善文化与教育',
     tag: '专题展览',
     tagType: 'yellow',
-    url: process.env.VUE_APP_DEPLOY_ORIGIN + '/wxScene/index.html?m=wxcs_SG-fwjuL9mtG2A&firstView=pano:670,qua:0.0010361982917485185,0.9793875839043288,-0.0050258303567850705,0.2019247886434278'
+    url: process.env.VUE_APP_SCENE_ORIGIN + '/wxScene/index.html?m=wxcs_SG-fwjuL9mtG2A&firstView=pano:670,qua:0.0010361982917485185,0.9793875839043288,-0.0050258303567850705,0.2019247886434278'
   },
   {
     img: Img2,
@@ -89,7 +89,7 @@ const LIST = [
     subLabel: '从手到心的给予',
     tag: '主题临展',
     tagType: 'blue',
-    url: process.env.VUE_APP_DEPLOY_ORIGIN + '/wxScene/index.html?m=wxcs_SG-fwjuL9mtG2A&firstView=pano:465,qua:-0.04471889285056369,0.6934088933805184,0.04319590870552653,0.7178568337448256'
+    url: process.env.VUE_APP_SCENE_ORIGIN + '/wxScene/index.html?m=wxcs_SG-fwjuL9mtG2A&firstView=pano:465,qua:-0.04471889285056369,0.6934088933805184,0.04319590870552653,0.7178568337448256'
   },
 ]
 

+ 1 - 0
src/views/about/InstitutionView.vue

@@ -17,6 +17,7 @@
           <ElImage
             :src="url"
             fit="cover"
+            style="width: 100%"
           />
         </ElCarouselItem>
       </ElCarousel>