add:添加标准征求意见界面

This commit is contained in:
youyuzihan
2021-06-15 15:27:30 +08:00
parent a6fbd00ece
commit 048e6b03e5
3 changed files with 240 additions and 1 deletions
+10 -1
View File
@@ -248,7 +248,16 @@ const routes = [
requireAuth: true,
title: '标准调研流程'
}
}
},
{
path: '/zqyjStep1',
name: 'zqyjStep1',
component: () => import('@/pages/processCenter/pages/creatProcess/zqyj/step1.vue'),
meta: {
requireAuth: true,
title: '标准征求意见流程'
}
},
]
},
// 本地工具