@zscreate/form-component 1.1.171 → 1.1.172

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.
@@ -122548,7 +122548,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7203__;
122548
122548
  /***/ ((module) => {
122549
122549
 
122550
122550
  "use strict";
122551
- module.exports = {"i8":"1.1.171"};
122551
+ module.exports = {"i8":"1.1.172"};
122552
122552
 
122553
122553
  /***/ })
122554
122554
 
@@ -122696,7 +122696,7 @@ function encry_http_v1(config) {
122696
122696
  let key, iv;
122697
122697
  try {
122698
122698
  let token = external_commonjs_vue_commonjs2_vue_root_Vue_default().prototype.getToken();
122699
- console.log(token);
122699
+ // console.log(token)
122700
122700
  // token 倒序
122701
122701
  if (token) token = token.slice(-32);
122702
122702
  key = token.substr(16, 16);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.171",
3
+ "version": "1.1.172",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",