a6d0bdc6 by lihua

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

1 parent 150ca479
...@@ -155,6 +155,29 @@ const routes: RouteRecordRaw[] = [ ...@@ -155,6 +155,29 @@ const routes: RouteRecordRaw[] = [
155 } 155 }
156 ] 156 ]
157 }, 157 },
158 {
159 path: '/data-meta/reports',
160 component: Layout,
161 meta: {
162 title: '资源目录',
163 icon: 'ep:grid',
164 },
165 children: [
166 {
167 path: 'iframePage',
168 name: 'iframePage',
169 component: () => import('@/views/data_meta/budgetDataIndex.vue'),
170 meta: {
171 title: '',
172 sidebar: true,
173 breadcrumb: false,
174 cache: true,
175 reuse: true,
176 activeMenu: '/data-meta/reports/iframePage',
177 },
178 }
179 ]
180 },
158 { 181 {
159 path: '/data-meta/reports', 182 path: '/data-meta/reports',
160 component: Layout, 183 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!