Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
923ad70e
authored
2025-06-17 13:40:21 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
元数据目录支持配置二级目录嵌入bi地址
1 parent
2a7ff179
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
src/router/modules/dataMeta.ts
src/router/modules/dataMeta.ts
View file @
923ad70
...
...
@@ -180,6 +180,29 @@ const routes: RouteRecordRaw[] = [
]
},
{
path
:
'/data-meta/reports'
,
component
:
Layout
,
meta
:
{
title
:
'资源目录'
,
icon
:
'ep:grid'
,
},
children
:
[
{
path
:
'iframePage'
,
name
:
'iframePage'
,
component
:
()
=>
import
(
'@/views/data_meta/budgetDataIndex.vue'
),
meta
:
{
title
:
''
,
sidebar
:
true
,
breadcrumb
:
false
,
cache
:
true
,
reuse
:
true
,
activeMenu
:
'/data-meta/reports/iframePage'
,
},
}
]
},
{
path
:
'/data-meta/portraitMap'
,
component
:
Layout
,
meta
:
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment