3625e1e3 by lihua

fix: 打包

1 parent 44c45fd2
...@@ -192,29 +192,6 @@ const routes: RouteRecordRaw[] = [ ...@@ -192,29 +192,6 @@ const routes: RouteRecordRaw[] = [
192 ] 192 ]
193 }, 193 },
194 { 194 {
195 path: '/data-meta/reports',
196 component: Layout,
197 meta: {
198 title: '资源目录',
199 icon: 'ep:grid',
200 },
201 children: [
202 {
203 path: 'iframePage',
204 name: 'iframePage',
205 component: () => import('@/views/data_catalog/budgetDataIndex.vue'),
206 meta: {
207 title: '',
208 sidebar: true,
209 breadcrumb: false,
210 cache: true,
211 reuse: true,
212 activeMenu: '/data-meta/reports/iframePage',
213 },
214 }
215 ]
216 },
217 {
218 path: '/data-meta/portraitMap', 195 path: '/data-meta/portraitMap',
219 component: Layout, 196 component: Layout,
220 meta: { 197 meta: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!