UNPKG

fe-core-cli

Version:

All-in-one scaffolding, cli integrated with Vue3 ecological chain, cli of H5 page, mock template cli of Node

8 lines (5 loc) 266 B
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