马宇豪
2025-03-07 db905ecd14f63dba9337b4f4715584ef2d7e8c7e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<template>
  <div class="app-container" style="width: 100%;height: calc(100vh - 84px)">
    <iframe style="width: 100%;height: 100%" src="http://47.109.31.73:81/"></iframe>
  </div>
</template>
 
<script>
export default {
  name: "cardPlatform",
  dicts: [],
  components: { },
  data() {
    return {}
  },
  created() {
 
  },
  methods: {
 
  }
};
</script>