Compare commits

..

No commits in common. '6928ce33a0767c6f3be0b82a2a84d448c599796f' and 'fe2721936a426699352b93581f904255e65f3f2c' have entirely different histories.

  1. 2
      src/utils/request.js

@ -21,7 +21,7 @@ service.interceptors.request.use(
const JSESSIONID = utils.uuid(); const JSESSIONID = utils.uuid();
config.headers["JSESSIONID"] = JSESSIONID; config.headers["JSESSIONID"] = JSESSIONID;
config.headers["token"] = utils.bcrypt(JSESSIONID); config.headers["token"] = utils.bcrypt(JSESSIONID);
config.headers['dataSources'] = 'WEB'
if (env === "development") { if (env === "development") {
return config; return config;
} }

Loading…
Cancel
Save