diff --git a/src/router/index.js b/src/router/index.js
index 84ccdfa..d9f2fe7 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -541,6 +541,20 @@ export const dynamicRoutes = [
}
]
},
+ {
+ path: '/analysisBidView',
+ component: Layout,
+ hidden: true,
+ permissions: ['enterpriseLibrary:analysis:detail'],
+ children: [
+ {
+ path: 'index',
+ component: () => import('@/views/analysis/components/AnalysisBidView'),
+ name: 'AnalysisBidView',
+ meta: { title: '解析结果', activeMenu: '/analysis', noCache: true }
+ }
+ ]
+ },
{
path: '/testOnlyOffice',
component: Layout,
diff --git a/src/views/analysis/components/AnalysisBidDetail.vue b/src/views/analysis/components/AnalysisBidDetail.vue
index 3283c11..feafdec 100644
--- a/src/views/analysis/components/AnalysisBidDetail.vue
+++ b/src/views/analysis/components/AnalysisBidDetail.vue
@@ -125,7 +125,7 @@
+
\ No newline at end of file