This commit is contained in:
[huawei.guo]
2024-12-02 16:59:30 +08:00
commit c2d7588391
403 changed files with 34559 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<template>
<div>
<i-frame v-model:src="url"></i-frame>
</div>
</template>
<script setup lang="ts">
const url = ref(import.meta.env.VITE_APP_MONITOR_ADMIN);
</script>