This commit is contained in:
2026-06-01 16:06:53 +08:00
parent 86ab21308e
commit 74911c5ca2
5 changed files with 657 additions and 3 deletions
+8
View File
@@ -35,6 +35,14 @@ const routes = [
title: '相关方管理',
},
},
{
path: 'log',
name: 'ContractLogManage',
component: () => import('@/views/contract/log/index.vue'),
meta: {
title: '日志管理',
},
},
],
},
{