You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
735 B
TypeScript

/*
* @Author: zhoux zhouxia@supervision.ltd
* @Date: 2023-11-23 16:05:23
* @LastEditors: zhoux zhouxia@supervision.ltd
* @LastEditTime: 2023-11-23 16:11:53
* @FilePath: \react-adpro-fabric\config\demoRoutes.ts
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
export const demoRoutes = [
{
path: '/fabric',
name: 'fabric',
routes: [
{
name: 'fabricOfReactCavas1',
path: '/fabric/fabricOfReact/cavas1',
component: 'Demo/FabricOfReact/Cavas1',
access: 'canReadMenu',
},
]
}
]