浏览代码

更新

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/'
: '/' : '/'
}
}

正在加载...
取消
保存