import BASE_URL from './config.js'
class Global {
	static baseUrl = BASE_URL;
	static tokenKey =  "ZGSZ_Token"
	static typeKey =  "ZGSZ_Type"
	static userKey =  "ZGSZ_User"
	static tokenHeader = 'Authorization'
}

export {
	Global
}