first commit
This commit is contained in:
15
src/pages/agent-service-agreement.vue
Normal file
15
src/pages/agent-service-agreement.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup lang="ts">
|
||||
import { useReportWebview } from '@/composables/useReportWebview'
|
||||
definePage({ layout: false })
|
||||
|
||||
const { buildSitePathUrl } = useReportWebview()
|
||||
const src = ref('')
|
||||
|
||||
onLoad(() => {
|
||||
src.value = buildSitePathUrl('/app/agentSerivceAgreement')
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<web-view :src="src" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user