// import { FullLoading } from '/@/components/Loading/index'; // import { LoadTimeOut } from '/@/views/sys/exception/'; // /** // * @description: Load page displayed by page switching // */ // export const LOADING_PAGE = FullLoading; // /** // * @description: Switch to switch timeout page // */ // export const TIMEOUT_PAGE = LoadTimeOut; // /** // * @description: If there is no response for the specified time, the loading page will be displayed // * 400 m // */ // export const DELAY = 400; // /** // * @description: Switch page if there is no response for more than the specified time, the timeout page will be displayed // * 10秒 // */ // export const TIMEOUT = 60 * 1000;