/**
 * 全局 key （不允许出现普通字符串）
 */

export const AUTH_KEY = "manager_session_id"
