yuang-framework-ui-common 1.0.58 → 1.0.60

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.
@@ -153,9 +153,9 @@ const beforeRequestConfig = (config: any) => {
153
153
  }
154
154
 
155
155
  let uimsApplicationCode = '';
156
- if (config.url == `${application.gatewayServerBaseUrl}/gateway-server/sso-api/client/sso-user/getSsoIdentity`) {
156
+ if (config.url == `${application.gatewayServerBaseUrl}/sso-api/client/sso-user/getSsoIdentity`) {
157
157
  uimsApplicationCode = config.params.uimsApplicationCode
158
- setLocalStorageItem("uimsApplicationCode", uimsApplicationCode, 0);
158
+ setLocalStorageItem("uimsApplicationCode", uimsApplicationCode, 9999999);
159
159
  } else{
160
160
  uimsApplicationCode = getLocalStorageItem("uimsApplicationCode") ?? '';
161
161
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-common",
3
- "version": "1.0.58",
3
+ "version": "1.0.60",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {