tremble 5 éve
szülő
commit
ed201c1689

+ 1 - 1
sh_backstage/src/configue/http.js

@@ -11,7 +11,7 @@ let loading = ''
 
 // const serverName = isProduction ? '' : 'http://ly.4dage.com/'
 // const serverName = isProduction ? '' : 'http://192.168.0.207:8100'
-const serverName = isProduction ? '/museumcms/' : 'http://192.168.0.135:8100/museumcms/'
+const serverName = isProduction ? '/museumcms/' : 'https://shmuseum.4dage.com/museumcms/'
 // http://192.168.0.44:8100/web/index.html#/
 
 const serverLocation = window.location.hostname

+ 3 - 1
sh_backstage/src/pages/edit/structure.vue

@@ -26,7 +26,9 @@
           </el-select>
         </el-form-item>
 
-        <el-form-item label="模型介绍">
+        <el-form-item label="模型介绍" :rules="[
+              { required: true}
+            ]">
           <el-input type="textarea" :maxlength="MAXLENGTH" show-word-limit v-model="form.content"></el-input>
         </el-form-item>
 

+ 1 - 0
sh_museum/src/pages/floorlist/index.vue

@@ -201,6 +201,7 @@ export default {
       box-sizing: border-box;
       text-align: left;
       font-size: 0;
+      min-height: 58vh;
     }
     .paging {
       // border-left: #e5e5e5 1px solid;

+ 2 - 0
sh_museum/src/pages/list/index.vue

@@ -290,6 +290,8 @@ export default {
       box-sizing: border-box;
       text-align: left;
       font-size: 0;
+      min-height: 58vh;
+
     }
     .paging {
       // border-left: #e5e5e5 1px solid;

+ 1 - 0
sh_museum/src/pages/result/index.vue

@@ -188,6 +188,7 @@ input::placeholder {
       box-sizing: border-box;
       text-align: left;
       font-size: 0;
+      min-height: 58vh;
     }
     .paging {
       // border-left: #e5e5e5 1px solid;

+ 1 - 1
sh_museum/src/pages/tunnel/index.vue

@@ -3,7 +3,7 @@
     <div class="video-con">
       <video ref="tunnel" :src="`${$cdn}video/Final_OLD_web.mp4`" autoplay loop></video>
     </div>
-    <img v-if="showBtn" class="bofang" :src="`${$cdn}images/bofang.png`" alt="">
+    <img v-if="showBtn" class="bofang" @click="play" :src="`${$cdn}images/bofang.png`" alt="">
   </div>
 </template>