修改bug

This commit is contained in:
‘937886381’
2023-11-16 18:52:55 +08:00
parent 3832aee028
commit b349432eaa
13 changed files with 104 additions and 81 deletions

View File

@@ -1,13 +1,13 @@
<!--
* @Author: zhp
* @Date: 2023-10-17 09:26:38
* @LastEditTime: 2023-10-30 14:53:34
* @LastEditTime: 2023-11-16 18:52:00
* @LastEditors: zhp
* @Description:
-->
<template>
<div>
<doc-alert title="报表设计器" url="https://doc.iocoder.cn/report/" />
<!-- <doc-alert title="报表设计器" url="https://doc.iocoder.cn/report/" /> -->
<i-frame :src="url" />
</div>
</template>
@@ -17,6 +17,7 @@ import {getAccessToken} from "@/utils/auth";
export default {
name: "JimuReport",
components: { iFrame },
data() {
return {
url: process.env.VUE_APP_BASE_API + "/jmreport/list?token=" + getAccessToken(),