feat: add jmreport
This commit is contained in:
parent
cff736f656
commit
af73ec34a7
@ -0,0 +1,13 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import { IFrame } from '@/components/IFrame'
|
||||||
|
import { getAccessToken } from '@/utils/auth'
|
||||||
|
import { ref } from 'vue'
|
||||||
|
const BASE_URL = import.meta.env.VITE_BASE_URL
|
||||||
|
const src = ref(BASE_URL + '/jmreport/list?token=' + getAccessToken())
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<ContentWrap>
|
||||||
|
<IFrame :src="src" />
|
||||||
|
</ContentWrap>
|
||||||
|
</template>
|
Loading…
Reference in New Issue
Block a user