mcrm-mobile 1.9.9 → 2.0.0

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.
@@ -873,7 +873,7 @@ var spliceUrl = /*#__PURE__*/function () {
873
873
  }
874
874
 
875
875
  if (isSecret) {
876
- url += "&isSecret=" + isSecret;
876
+ url += "&isSecrect=" + isSecret;
877
877
  }
878
878
 
879
879
  url = url.replace("?&", "?");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcrm-mobile",
3
- "version": "1.9.9",
3
+ "version": "2.0.0",
4
4
  "description": "生意宝专用组件库",
5
5
  "author": "Wuner",
6
6
  "private": false,