61ae134a by lihua

元数据目录支持配置二级目录嵌入bi地址

1 parent a1ea0a1c
...@@ -156,6 +156,29 @@ const routes: RouteRecordRaw[] = [ ...@@ -156,6 +156,29 @@ const routes: RouteRecordRaw[] = [
156 } 156 }
157 ] 157 ]
158 }, 158 },
159 {
160 path: '/data-meta/reports',
161 component: Layout,
162 meta: {
163 title: '资源目录',
164 icon: 'ep:grid',
165 },
166 children: [
167 {
168 path: 'iframePage',
169 name: 'iframePage',
170 component: () => import('@/views/data_meta/budgetDataIndex.vue'),
171 meta: {
172 title: '',
173 sidebar: true,
174 breadcrumb: false,
175 cache: true,
176 reuse: true,
177 activeMenu: '/data-meta/reports/iframePage',
178 },
179 }
180 ]
181 },
159 { 182 {
160 path: '/data-meta/reports', 183 path: '/data-meta/reports',
161 component: Layout, 184 component: Layout,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!