const ROOT_URL = "https://smartgate.changsha.gov.cn/tybmfwmh/Mapi/"; // const ROOT_URL = "https://inno.sh-sict.com/screening-api"; let BASE_CONFIG = { // 服务地址、页面地址 ROOT_URL : ROOT_URL, // 接口超时断开时间 REQUEST_TIMEOUT : '32000', // 弹窗消息延时时间 MESSAGE_DURATION : '1500', // autofocus延时时间 AUTOFOCUS_DURATION : '500', // modal关闭延时时间 CLOSE_MODAL_DURATION : '200', }; export {BASE_CONFIG};