plus-ui/src/views/monitor/powerjob/index.vue

10 lines
176 B
Vue

<template>
<div>
<i-frame v-model:src="url"></i-frame>
</div>
</template>
<script setup lang="ts">
const url = ref(import.meta.env.VITE_APP_POWERJOB_ADMIN);
</script>