马宇豪
2025-01-23 7a5a82daef28a016b3c9cfd903cdcb4bb066a8e4
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>