Skip to content

axios请求跨域接口,cookie丢失问题 #25

@pangjunpeng

Description

@pangjunpeng
  • 在需要的请求中添加
withCredentials: true,
  • 如果每个都需要
axios.defaults.withCredentials = true;

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