功能:添加 /work-order 路由,无布局无需登录,企微 H5 直接访问
This commit is contained in:
@@ -109,6 +109,19 @@ const coreRoutes: RouteRecordRaw[] = [
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
// H5 工单详情页(企微内打开,无布局,无需登录)
|
||||||
|
{
|
||||||
|
name: 'WorkOrder',
|
||||||
|
path: '/work-order',
|
||||||
|
component: () => import('#/views/work-order/index.vue'),
|
||||||
|
meta: {
|
||||||
|
hideInMenu: true,
|
||||||
|
hideInTab: true,
|
||||||
|
hideInBreadcrumb: true,
|
||||||
|
title: '工单详情',
|
||||||
|
ignoreAccess: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export { coreRoutes, fallbackNotFoundRoute };
|
export { coreRoutes, fallbackNotFoundRoute };
|
||||||
|
|||||||
Reference in New Issue
Block a user