gcs-ui-lib 1.1.459 → 1.1.460
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.
- package/lib/gcs-ui-lib.common.js +1 -1
- package/lib/gcs-ui-lib.umd.js +1 -1
- package/lib/gcs-ui-lib.umd.min.js +10 -10
- package/package.json +1 -1
- package/src/utils/request.js +1 -1
package/lib/gcs-ui-lib.common.js
CHANGED
|
@@ -87455,7 +87455,7 @@ service.interceptors.request.use(config => {
|
|
|
87455
87455
|
requestKey: (0, _index.randomString)(16),
|
|
87456
87456
|
OperationDesc: 'yYarJp'
|
|
87457
87457
|
};
|
|
87458
|
-
config.headers.Authorization = `Bearer
|
|
87458
|
+
config.headers.Authorization = `Bearer ${(0, _auth.getToken)()}`;
|
|
87459
87459
|
// console.log('Authorization===>',config.headers.Authorization)
|
|
87460
87460
|
return config;
|
|
87461
87461
|
}, error => {
|
package/lib/gcs-ui-lib.umd.js
CHANGED
|
@@ -87464,7 +87464,7 @@ service.interceptors.request.use(config => {
|
|
|
87464
87464
|
requestKey: (0, _index.randomString)(16),
|
|
87465
87465
|
OperationDesc: 'yYarJp'
|
|
87466
87466
|
};
|
|
87467
|
-
config.headers.Authorization = `Bearer
|
|
87467
|
+
config.headers.Authorization = `Bearer ${(0, _auth.getToken)()}`;
|
|
87468
87468
|
// console.log('Authorization===>',config.headers.Authorization)
|
|
87469
87469
|
return config;
|
|
87470
87470
|
}, error => {
|