key.ts 796 B

123456789101112131415161718192021
  1. class Keys {
  2. static sidebarStatusKey = 'vue3-typescript-admin-sidebarStatusKey'
  3. static languageKey = 'vue3-typescript-admin-languageKey'
  4. static sizeKey = 'vue3-typescript-admin-sizeKey'
  5. static tokenKey = 'accessToken'
  6. static projectId = 'projectId'
  7. static aseKey = 'vue3-typescript-admin-ase-key'
  8. static companyKey = '245e7060643811eb934c0237aedb39a6'
  9. static openid = '602ef709beb64a1f9a4b6af2196d0af7'
  10. // static pubname = 'ipdh5'
  11. static pubname = 'sagacarepad'
  12. static pubname1 = 'sagacareAndtenantslink'
  13. static storageSpaceKey = 'historySpace'
  14. static historySearchSpaceKey = 'historySearchSpace'
  15. static storageFloorKey = 'historyFloor'
  16. static storageSpaceInfoKey = 'storageSpaceInfo'
  17. static userInfoKey = 'userInfo'
  18. static macKey = "mac"
  19. }
  20. export default Keys