Merge pull request 'lixuan' (#6) from lixuan into master
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user