From 58ae2ba21efcd85df331cf996a94038a77302b51 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 17:07:48 +0800
Subject: [PATCH] 修改报错问题

---
 SunshineLnsMinApp/templeteDist/wuxDist/helpers/shallowEqual.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/SunshineLnsMinApp/templeteDist/wuxDist/helpers/shallowEqual.js b/SunshineLnsMinApp/templeteDist/wuxDist/helpers/shallowEqual.js
new file mode 100644
index 0000000..7a8be3f
--- /dev/null
+++ b/SunshineLnsMinApp/templeteDist/wuxDist/helpers/shallowEqual.js
@@ -0,0 +1 @@
+"use strict";function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var hasOwnProperty=Object.prototype.hasOwnProperty;function is(t,e){return t===e?0!==t||0!==e||1/t==1/e:t!=t&&e!=e}function shallowEqual(t,e){if(is(t,e))return!0;if("object"!==_typeof(t)||null===t||"object"!==_typeof(e)||null===e)return!1;var o=Object.keys(t),r=Object.keys(e);if(o.length!==r.length)return!1;for(var n=0;n<o.length;n++)if(!hasOwnProperty.call(e,o[n])||!is(t[o[n]],e[o[n]]))return!1;return!0}var _default=shallowEqual;exports.default=_default;
\ No newline at end of file

--
Gitblit v1.8.0