任一存 3 سال پیش
والد
کامیت
3ac9994d9d

BIN
src/assets/image/home.png


BIN
src/assets/image/left.png


BIN
src/assets/image/right.png


+ 1 - 1
src/views/ExhibitionDetailAnimation.vue

@@ -81,7 +81,7 @@ export default {
         } while (this.imgStateList[this.currentFrameIdx] === false)
         if (this.currentFrameIdx >= frameNumber - 1) {
           clearInterval(this.intervalId)
-          // this.$router.push({ name: 'ExhibitionDetail', query: this.$route.query })
+          this.$router.push({ name: 'ExhibitionDetail', query: this.$route.query })
         }
       } else {
         this.isLoading = true

+ 1 - 1
src/views/TreeSelection.vue

@@ -297,7 +297,7 @@ export default {
 
 <style lang="less" scoped>
 .tree-selection {
-  position: relative;
+  position: absolute;
   width: 100%;
   height: 100%;
   .popup-mask {