修改首页字体

This commit is contained in:
shenyanpei
2021-12-05 10:30:17 +08:00
parent 557c3ae169
commit bd2e9afba2
11 changed files with 3310 additions and 140 deletions
+10
View File
@@ -1848,6 +1848,16 @@ const routes = [
title: '标准解读流程'
}
},
{
path: '/phoneWfhxStep5',
name: 'phoneWfhxStep5',
component: () => import('@/pages/processCenter/pages/phone/wfhxzg/step5.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '未符合项整改流程'
}
},
]
},