benjycui/bisheng

bisheng非常严重的bug

Closed this issue · 5 comments

bisheng 路由如果配置了多级一直进入404,
{
path: 'packages/react/components/:children/',
component: contentTmpl,
}

有 demo 吗?

image
image
image
我看了一下antd design中 components只有一层,我有个需求 要做成packages包 层级有三层,我这样配置路由一直是404 不知道是bisheng不能支持吗

麻烦看一下 我配置的对吗 已经困扰好几天了

bisheng的文档好少啊

多级路由是这样:

{
    path: '/posts/:type/:component/:post',
    dataPath: '/:type/:component/:post',
    component: './template/Post',
 }