jufubao-base 1.0.321 → 1.0.322-beta1

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": "jufubao-base",
3
- "version": "1.0.321",
3
+ "version": "1.0.322-beta1",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -538,8 +538,8 @@ export default {
538
538
  phone: this.showCode ? this.phoneNumber : null,
539
539
  valid_code: this.showCode ? this.valid_code : null,
540
540
  biz_name: "login",
541
- staff_id_name:this.staff_id_name,
542
- staff_name_name:this.staff_name_name,
541
+ staff_id:this.staff_id_name,
542
+ staff_name:this.staff_name_name,
543
543
  }
544
544
  if(this.showID) data['staff_id_name'] = this.staff_id_name;
545
545
  if(this.showName) data['staff_name_name'] = this.staff_name_name;