init:first commit of plus-ui
This commit is contained in:
9
src/views/monitor/snailjob/index.vue
Normal file
9
src/views/monitor/snailjob/index.vue
Normal 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_SNAILJOB_ADMIN);
|
||||
</script>
|
||||
Reference in New Issue
Block a user