ソースを参照

更新

master
suizhijia 5年前
コミット
960ad49cd6
4個のファイルの変更2行の追加6行の削除
  1. +0
    -4
      public/index.html
  2. バイナリ
      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 ファイルの表示

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

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

バイナリ
src/assets/appliances/high/exhibition.png ファイルの表示

変更前 変更後
幅: 693  |  高さ: 1190  |  サイズ: 168KB 幅: 693  |  高さ: 1194  |  サイズ: 169KB

+ 1
- 1
src/views/appliances_high_exhibition.vue ファイルの表示

} }
.contentImg{ .contentImg{
width: 6.93rem; width: 6.93rem;
height: 11.9rem;
height: 11.94rem;
} }
.pageRedDot{ .pageRedDot{
position: absolute; position: absolute;

+ 1
- 1
vue.config.js ファイルの表示

publicPath: process.env.NODE_ENV === 'production' publicPath: process.env.NODE_ENV === 'production'
? '/2020/561/' ? '/2020/561/'
: '/' : '/'
}
}

読み込み中…
キャンセル
保存