xiugai
This commit is contained in:
@@ -22,6 +22,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;
|
||||
|
||||
Reference in New Issue
Block a user