WholeProcessPlatform/frontend-process/public/manifest.json

15 lines
227 B
JSON
Raw Normal View History

{
"name": "process",
"version": "0.1.0",
"entry": "/process/",
"routeBase": "/process",
"routes": [
{
"path": "/process/antd-demo",
"title": "AntD Demo",
"perm": "process:demo:view"
}
]
}