zhouwx
2024-06-27 ae43feac8c6b2372f5a061ead68e71027e8877e1
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>