增加流程页面包括样式

This commit is contained in:
zhoulingpo
2023-04-17 15:50:28 +08:00
parent 61e01291fd
commit c8db1229dc
15 changed files with 1901 additions and 619 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ const routes = [
{
path: 'step2',
name: 'urlIndex',
component: () => import('../../views/permissionApplication/launch'),
component: () => import('../../views/permissionApplication/examine'),
meta: {
crumb: ['权限申请']
}
@@ -23,7 +23,7 @@ const routes = [
{
path: 'step3',
name: 'urlIndex',
component: () => import('../../views/permissionApplication/launch'),
component: () => import('../../views/permissionApplication/examine'),
meta: {
crumb: ['权限申请']
}