mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 18:49:06 +08:00 
			
		
		
		
	feat: add jmreport
This commit is contained in:
		| @ -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> | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu