123456789101112131415161718192021 |
- class Keys {
- static sidebarStatusKey = 'vue3-typescript-admin-sidebarStatusKey'
- static languageKey = 'vue3-typescript-admin-languageKey'
- static sizeKey = 'vue3-typescript-admin-sizeKey'
- static tokenKey = 'accessToken'
- static projectId = 'projectId'
- static aseKey = 'vue3-typescript-admin-ase-key'
- static companyKey = '245e7060643811eb934c0237aedb39a6'
- static openid = '602ef709beb64a1f9a4b6af2196d0af7'
- // static pubname = 'ipdh5'
- static pubname = 'sagacarepad'
- static pubname1 = 'sagacareAndtenantslink'
- static storageSpaceKey = 'historySpace'
- static historySearchSpaceKey = 'historySearchSpace'
- static storageFloorKey = 'historyFloor'
- static storageSpaceInfoKey = 'storageSpaceInfo'
- static userInfoKey = 'userInfo'
- static macKey = "mac"
- }
- export default Keys
|