yuang-framework-ui-common 1.0.22 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -110,7 +110,7 @@ const beforeRequestConfig = (config) => {
110
110
  if (ssoAccessToken) {
111
111
  config.headers["Sso-Access-Token"] = ssoAccessToken;
112
112
  }
113
- config.headers["Request-Id"] = 'test';
113
+ config.headers["Request-Id"] = new Date().getTime().toString() + parseInt(Math.random() * 10000);
114
114
  }
115
115
 
116
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-common",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {