Skip to content

url匹配能不能增加一个数组配置 #1

@Vincent1993

Description

@Vincent1993
   subscribe(history, dispatch, {
        urls: ['x/b/:id', 'x/a/:id'],
        actionCreator: (id) => [{
          type: 'query',
          payload: {
            id,
          },
        }],
      })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions