去掉打印

dev
Tuzki 2 years ago
parent 79f673dc3f
commit 7cda842775
  1. 1
      ruoyi-ui/public/decoder.js
  2. BIN
      ruoyi-ui/public/decoder.wasm
  3. 2
      ruoyi-ui/public/index.html
  4. 1
      ruoyi-ui/public/jessibuca.js
  5. 2
      ruoyi-ui/src/components/jjVideoPlay/JessibucaDemo.vue

File diff suppressed because one or more lines are too long

Binary file not shown.

@ -15,7 +15,7 @@
<link rel="icon" href="<%= BASE_URL %>logo.png">
<title>衡水老白干OA系统</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<script src="./index.js"></script>
<script src="./jessibuca.js"></script>
<style>
html,
body,

File diff suppressed because one or more lines are too long

@ -133,7 +133,7 @@ export default {
if (this.vals!=''){
setTimeout(()=>{
this.play()
},1200)
},100)
}
window.onerror = (msg) => (this.err = msg);
},

Loading…
Cancel
Save