|
@@ -1,8 +1,6 @@
|
|
|
-import methods from '@/utils/methodsTool';
|
|
|
-const TenantId = sessionStorage.TenantId || methods.getQueryVariable('TenantId')
|
|
|
import Cookies from 'js-cookie'
|
|
|
|
|
|
-const TokenKey = 'Admin-Token' + '-' + TenantId
|
|
|
+const TokenKey = 'Admin-Token'
|
|
|
|
|
|
export function getToken() {
|
|
|
return Cookies.get(TokenKey)
|