923ad70e by lihua

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

1 parent 2a7ff179
...@@ -180,6 +180,29 @@ const routes: RouteRecordRaw[] = [ ...@@ -180,6 +180,29 @@ const routes: RouteRecordRaw[] = [
180 ] 180 ]
181 }, 181 },
182 { 182 {
183 path: '/data-meta/reports',
184 component: Layout,
185 meta: {
186 title: '资源目录',
187 icon: 'ep:grid',
188 },
189 children: [
190 {
191 path: 'iframePage',
192 name: 'iframePage',
193 component: () => import('@/views/data_meta/budgetDataIndex.vue'),
194 meta: {
195 title: '',
196 sidebar: true,
197 breadcrumb: false,
198 cache: true,
199 reuse: true,
200 activeMenu: '/data-meta/reports/iframePage',
201 },
202 }
203 ]
204 },
205 {
183 path: '/data-meta/portraitMap', 206 path: '/data-meta/portraitMap',
184 component: Layout, 207 component: Layout,
185 meta: { 208 meta: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!