Compare commits

..

No commits in common. 'fbb1742fc258765f5625283fc44598bc2b4fb85d' and '3f1030fe8a8566da363b0ebad61d00307d0b9ed3' have entirely different histories.

  1. 2
      src/utils/request.js

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

Loading…
Cancel
Save