export const SSO_LOGIN_URL = 'http://sso.corp.xxx.com'
export const UN_LOGIN_CODE = 1002

export const NO_MOCK_PREFIX = ['kagura', 'kconf', 'toolkit']

// 正则表达式，匹配以 "http://" 或 "https://" 开头的 URL
export const HTTP_PATTERN = /^https?:\/\//i
