/** * 存储一些常用的地址(比如后台地址等) */ export declare class NecUrl { static SERVER_URL: string; static EXAM_WEB_URL: string; }