export interface SetupConfig {
    /** 文件上传接口地址 */
    uploadFile?: string;
    /** 图片上传接口地址 */
    uploadImage?: string;
}
