Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
93056fa5
authored
May 03, 2025
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:集成积木仪表盘
parent
bbc92c27
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
src/views/report/jmreport/bi.vue
+15
-0
No files found.
src/views/report/jmreport/bi.vue
0 → 100644
View file @
93056fa5
<
template
>
<doc-alert
title=
"大屏设计器"
url=
"https://doc.iocoder.cn/screen/"
/>
<ContentWrap
:bodyStyle=
"
{ padding: '0px' }" class="!mb-0">
<IFrame
:src=
"src"
/>
</ContentWrap>
</
template
>
<
script
lang=
"ts"
setup
>
import
{
getRefreshToken
}
from
'@/utils/auth'
defineOptions
({
name
:
'JimuBI'
})
// 使用 getRefreshToken() 方法,而不使用 getAccessToken() 方法的原因:积木报表无法方便的刷新访问令牌
const
src
=
ref
(
import
.
meta
.
env
.
VITE_BASE_URL
+
'/drag/list?token='
+
getRefreshToken
())
</
script
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment