[add] 业务支持-资料中心迁移
This commit is contained in:
@@ -327,6 +327,24 @@ export const constantRouterMap = [
|
||||
name: 'documentIndex',
|
||||
component: () => import(/* webpackChunkName: "user" */ '@/views/documentManage/modules/LibraryDetail')
|
||||
},
|
||||
// 文档对比-发起对比
|
||||
{
|
||||
path: '/initiateDocumentComparison',
|
||||
name: 'initiateDocumentComparison',
|
||||
component: () => import(/* webpackChunkName: "user" */ '@/views/documentTool/modules/InitiateComparison')
|
||||
},
|
||||
// 文档对比-发起对比
|
||||
{
|
||||
path: '/documentDataComparison',
|
||||
name: 'documentDataComparison',
|
||||
component: () => import(/* webpackChunkName: "user" */ '@/views/documentTool/modules/DocumentDataComparison')
|
||||
},
|
||||
// 文档对比-对比结果
|
||||
{
|
||||
path: '/comparisonResults',
|
||||
name: 'comparisonResults',
|
||||
component: () => import(/* webpackChunkName: "user" */ '@/views/documentTool/modules/ComparisonResults')
|
||||
},
|
||||
// {
|
||||
// path: '/',
|
||||
// name: 'index',
|
||||
|
||||
Reference in New Issue
Block a user