소스 검색

index

master
ljc 5 년 전
부모
커밋
8aa87f1c7e
4개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -4
      public/index.html
  2. BIN
      src/assets/appliances/high/exhibition.png
  3. +1
    -1
      src/views/appliances_high_exhibition.vue
  4. +1
    -1
      vue.config.js

+ 0
- 4
public/index.html 파일 보기

@@ -45,10 +45,6 @@
<source src="http://static.jiyou-tech.com/2020/561/audio/bg.mp3" type="audio/mpeg">
</audio>
<script>
// document.body.addEventListener('touchmove', function (e) {
// e.preventDefault();
// }, {passive: false});

var bgAudio=document.getElementById('bgAudio');
bgAudio.loop=true;
bgLoop=false;

BIN
src/assets/appliances/high/exhibition.png 파일 보기

Before After
Width: 693  |  Height: 1190  |  Size: 168KB Width: 693  |  Height: 1194  |  Size: 169KB

+ 1
- 1
src/views/appliances_high_exhibition.vue 파일 보기

@@ -64,7 +64,7 @@
}
.contentImg{
width: 6.93rem;
height: 11.9rem;
height: 11.94rem;
}
.pageRedDot{
position: absolute;

+ 1
- 1
vue.config.js 파일 보기

@@ -4,4 +4,4 @@ module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/2020/561/'
: '/'
}
}

Loading…
취소
저장