中国算力平台算力登记系统2.0
yanzhaofeige
2024-09-30 bbe1d29538c39b65d85f22de879f2ee4a5a42bd9
commit | author | age
43dc29 1 <template>
Y 2   <i-frame :src="url" />
3 </template>
4 <script>
5 import iFrame from "@/components/iFrame/index";
6 export default {
7   name: "Druid",
8   components: { iFrame },
9   data() {
10     return {
11       url: process.env.VUE_APP_BASE_API + "/druid/login.html"
12     };
13   },
14 };
15 </script>