通过withCredentials
方式:
getCompanySubject: function () { return axios.get(this.apiUrls.getCompanySubjectUrl, { withCredentials: true }); }