1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| <script setup>
|
| document.querySelector('#app').style.minWidth = 'unset';
| document.querySelector('#app').style.minHeight = 'unset';
| </script>
|
| <template>
| <!-- <el-link href="../NorthGlass.apk" type="primary">北玻手机扫码APP下载</el-link>-->
| <div style="width: 100vw;height: 100vh;padding-top: 40vh;text-align: center;">
| <el-link href="../NorthGlass.apk" type="primary">北玻手机扫码APP下载</el-link>
| </div>
|
| </template>
|
| <style scoped>
| </style>
|
|