// @ts-nocheck // #ifndef UNI-APP-X type UTSJSONObject = Record // #endif export function obj2url(data: UTSJSONObject, isPrefix: boolean = false): string { const prefix = isPrefix ? '?' : ''; const _result = []; }