tremble il y a 4 ans
Parent
commit
f4ff84f472

+ 5 - 0
.env.prod

@@ -0,0 +1,5 @@
+VUE_APP_MAIN_COLOR=''
+VUE_APP_STATIC_DIR=static
+VUE_APP_INNERNET=https://vr-mc01.fcb.com.cn
+VUE_APP_CDN=https://vr-oss01.fcb.com.cn
+VUE_APP_PROXY_URL=''

+ 0 - 8
public/edit.html

@@ -9,11 +9,8 @@
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/iconfont/iconfont.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/iconfontQJ/iconfont.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/animate/animate.min.css"/>
-    <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/quill/quill.snow.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/mCustomScrollbar/jquery.mCustomScrollbar.min.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/scrollbar/perfect-scrollbar.css"/>
-    <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/webuploader/webuploader.css"/>
-    <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/swiper/swiper.min.css"/>
     <title>VR楼盘项目编辑器</title>
   </head>
   <body>
@@ -23,10 +20,5 @@
     <script src="<%= VUE_APP_STATIC_DIR %>/lib/krpano/js/tour.js"></script>
     <script src="<%= VUE_APP_STATIC_DIR %>/lib/mCustomScrollbar/jquery.mCustomScrollbar.concat.min.js"></script>
     <script src="<%= VUE_APP_STATIC_DIR %>/lib/scrollbar/perfect-scrollbar.min.js"></script>
-    <script>
-      function postMsg(data) {
-        window.parent.postMessage(data,'*')
-      }
-    </script>
   </body>
 </html>

+ 0 - 16
public/show.html

@@ -6,28 +6,12 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="./favicon.ico" />
-    <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/iconfont/iconfont.css"/>
-    <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/animate/animate.min.css"/>
-    <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/quill/quill.snow.css"/>
-    <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/mCustomScrollbar/jquery.mCustomScrollbar.min.css"/>
-    <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/scrollbar/perfect-scrollbar.css"/>
-    <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/webuploader/webuploader.css"/>
-    <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/swiper/swiper.min.css"/>
     <title>VR楼盘</title>
   </head>
   <body>
     <div id="app"></div>
     <!-- built files will be auto injected -->
-
-    
     <script src="<%= VUE_APP_STATIC_DIR %>/lib/jquery-2.1.1.min.js"></script>
     <script src="<%= VUE_APP_STATIC_DIR %>/lib/krpano/js/tour.js"></script>
-    <script src="<%= VUE_APP_STATIC_DIR %>/lib/mCustomScrollbar/jquery.mCustomScrollbar.concat.min.js"></script>
-    <script src="<%= VUE_APP_STATIC_DIR %>/lib/scrollbar/perfect-scrollbar.min.js"></script>
-    <script>
-      function postMsg(data) {
-        window.parent.postMessage(data,'*')
-      }
-    </script>
   </body>
 </html>

Fichier diff supprimé car celui-ci est trop grand
+ 1 - 1
public/static/template/skin/vtourskin.xml


Fichier diff supprimé car celui-ci est trop grand
+ 1628 - 0
public/static/template/skin/vtourskin.xml.backup-2021-02-04-17-25-15


Fichier diff supprimé car celui-ci est trop grand
+ 1628 - 0
public/static/template/skin/vtourskin.xml.backup-2021-02-05-18-50-30


+ 1 - 1
src/components/select.vue

@@ -230,7 +230,7 @@ props:{
 
 .scene-layer {
   min-height: 400px;
-  max-height: 600px;
+  max-height: 60vh;
   overflow-y: auto;
 }