gis-common 5.1.13 → 5.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -285,7 +285,7 @@ const Util = {
285
285
  * @returns 解码后的字符串
286
286
  */
287
287
  decodeDict(...args) {
288
- let res = "";
288
+ let res = null;
289
289
  if (args.length > 1) {
290
290
  const items = args.slice(1, args.length % 2 === 0 ? args.length - 1 : args.length);
291
291
  for (let i = 0; i < items.length; i = i + 2) {