@10yun/cv-mobile-ui 0.3.25 → 0.3.26

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@10yun/cv-mobile-ui",
3
- "version": "0.3.25",
3
+ "version": "0.3.26",
4
4
  "description": "十云cvjs移动端ui,适用uniapp",
5
5
  "author": "",
6
6
  "license": "Apache-2.0",
@@ -271,7 +271,6 @@ class RequestClass {
271
271
  }
272
272
 
273
273
  // 全部默认加上 login_type
274
- reqData.login_type = this.storeHandle.state.storeUser.has_login ? 1 : '';
275
274
  Object.assign(request_setttings, {
276
275
  data: reqData,
277
276
  method: type