Compare commits

..

No commits in common. '992fb5ebc18578e8df57e65a0d6fb44a7557a54e' and '62eb5ecf81f59068e760b464d431e13d79d6963e' have entirely different histories.

  1. 1
      src/utils/request.js

@ -22,7 +22,6 @@ 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