1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
| <%@ page contentType="text/html;charset=UTF-8"%>
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
| <html style="width:100%;height:100%;">
| <head>
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
| <title>大屏副屏</title>
| <script src="../js/main.js"></script>
| </head>
| <body style="width:100%;height:100%;">
| <div id="app" >
| <screen-photo :id="16" :intime="this.global.timer"
| >
| </div>
| </body>
| <script>
| let app= new Vue({
| el: '#app',
| mixins:[mixin],
| data:{
|
| },
| watch: {
| },
| methods:{
|
| },
| async mounted() {
|
| },
| methods: {
|
|
| },
|
| })
|
| </script>
| </html>
|
|