PAMapp/store/localStorage.service.ts | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
PAMapp/store/localStorage.service.ts
@@ -41,7 +41,7 @@ const storageData = localStorage.getItem(keyName); const itemType = initialValueOfStorageItemDto[keyName]; const prepareData = storageData ? typeof itemType === 'string' ? itemType === String ? storageData : JSON.parse(storageData) : null;