eoss-ui 0.4.63 → 0.4.64

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/lib/login.js CHANGED
@@ -2875,7 +2875,7 @@ function normalizeComponent(
2875
2875
  // ESM COMPAT FLAG
2876
2876
  __webpack_require__.r(__webpack_exports__);
2877
2877
 
2878
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=91a4cc3c&
2878
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=cff92b8a&
2879
2879
  var render = function () {
2880
2880
  var _vm = this
2881
2881
  var _h = _vm.$createElement
@@ -3733,7 +3733,7 @@ var staticRenderFns = []
3733
3733
  render._withStripped = true
3734
3734
 
3735
3735
 
3736
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=91a4cc3c&
3736
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=cff92b8a&
3737
3737
 
3738
3738
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=4f5da52e&
3739
3739
  var resetPasswordvue_type_template_id_4f5da52e_render = function () {
@@ -5121,7 +5121,7 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5121
5121
  if (this.identifyingId === '') {
5122
5122
  return;
5123
5123
  }
5124
- this.imageCode = util["a" /* default */].getStorage('host') + this.codeAction + '?identifyingId=' + this.identifyingId + (this.imgCode && _typeof(this.imgCode) == 'object' ? '&' + util["a" /* default */].queryParams(this.imgCode) : '') + '&heightflag=' + Math.random();
5124
+ this.imageCode = util["a" /* default */].getStorage('host') + this.codeAction + '?identifyingId=' + this.identifyingId + (this.imgCode && _typeof(this.imgCode) == 'object' ? '&' + util["a" /* default */].queryParams(this.imgCode) : '') + '&heightflag=' + Math.random().toString().split('.')[1];
5125
5125
 
5126
5126
  return this.imageCode;
5127
5127
  },
package/lib/main.js CHANGED
@@ -3364,8 +3364,8 @@ render._withStripped = true
3364
3364
 
3365
3365
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=1686d4f2&
3366
3366
 
3367
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=2b6e9e21&
3368
- var userinfovue_type_template_id_2b6e9e21_render = function () {
3367
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=c2c69d4a&
3368
+ var userinfovue_type_template_id_c2c69d4a_render = function () {
3369
3369
  var _vm = this
3370
3370
  var _h = _vm.$createElement
3371
3371
  var _c = _vm._self._c || _h
@@ -3381,11 +3381,11 @@ var userinfovue_type_template_id_2b6e9e21_render = function () {
3381
3381
  2
3382
3382
  )
3383
3383
  }
3384
- var userinfovue_type_template_id_2b6e9e21_staticRenderFns = []
3385
- userinfovue_type_template_id_2b6e9e21_render._withStripped = true
3384
+ var userinfovue_type_template_id_c2c69d4a_staticRenderFns = []
3385
+ userinfovue_type_template_id_c2c69d4a_render._withStripped = true
3386
3386
 
3387
3387
 
3388
- // CONCATENATED MODULE: ./packages/main/src/userinfo.vue?vue&type=template&id=2b6e9e21&
3388
+ // CONCATENATED MODULE: ./packages/main/src/userinfo.vue?vue&type=template&id=c2c69d4a&
3389
3389
 
3390
3390
  // EXTERNAL MODULE: ./src/config/api.js
3391
3391
  var api = __webpack_require__(1);
@@ -3426,6 +3426,7 @@ var util = __webpack_require__(0);
3426
3426
  data: function data() {
3427
3427
  return {
3428
3428
  results: '',
3429
+ userScanBindImgUrl: '',
3429
3430
  qrcode: '',
3430
3431
  notify: store["a" /* default */].get('userStyle') ? store["a" /* default */].get('userStyle').notify : '',
3431
3432
  checkPassword: '',
@@ -3605,7 +3606,7 @@ var util = __webpack_require__(0);
3605
3606
 
3606
3607
  methods: {
3607
3608
  getQrcode: function getQrcode() {
3608
- this.getData();
3609
+ this.qrcode = util["a" /* default */].getStorage('host') + this.userScanBindImgUrl + '&_tt=' + Math.random().toString().split('.')[1];
3609
3610
  },
3610
3611
  getData: function getData() {
3611
3612
  var _this2 = this;
@@ -3629,6 +3630,7 @@ var util = __webpack_require__(0);
3629
3630
  _this2.values.email = results.simpleUserInfo.email;
3630
3631
  _this2.values.officetel = results.simpleUserInfo.officetel;
3631
3632
  if (results.userScanBindImgUrl) {
3633
+ _this2.userScanBindImgUrl = results.userScanBindImgUrl;
3632
3634
  _this2.qrcode = util["a" /* default */].getStorage('host') + results.userScanBindImgUrl;
3633
3635
  } else {
3634
3636
  _this2.qrcode = '';
@@ -3806,8 +3808,8 @@ var componentNormalizer = __webpack_require__(3);
3806
3808
 
3807
3809
  var component = Object(componentNormalizer["a" /* default */])(
3808
3810
  src_userinfovue_type_script_lang_js_,
3809
- userinfovue_type_template_id_2b6e9e21_render,
3810
- userinfovue_type_template_id_2b6e9e21_staticRenderFns,
3811
+ userinfovue_type_template_id_c2c69d4a_render,
3812
+ userinfovue_type_template_id_c2c69d4a_staticRenderFns,
3811
3813
  false,
3812
3814
  null,
3813
3815
  null,
package/lib/toolbar.js CHANGED
@@ -381,8 +381,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
381
381
  });
382
382
  }
383
383
  if (items.type === 'tabs') {
384
- buttons.concat([h('el-menu', {
385
- class: 'el-button',
384
+ buttons = buttons.concat([h('el-menu', {
386
385
  props: {
387
386
  defaultActive: _this2.active ? _this2.active : items.contents[0].name ? items.contents[0].name : '0',
388
387
  mode: 'horizontal'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-ui",
3
- "version": "0.4.63",
3
+ "version": "0.4.64",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -1034,7 +1034,7 @@ export default {
1034
1034
  ? '&' + util.queryParams(this.imgCode)
1035
1035
  : '') +
1036
1036
  '&heightflag=' +
1037
- Math.random();
1037
+ Math.random().toString().split('.')[1];
1038
1038
 
1039
1039
  return this.imageCode;
1040
1040
  },
@@ -33,6 +33,7 @@ export default {
33
33
  data() {
34
34
  return {
35
35
  results: '',
36
+ userScanBindImgUrl: '',
36
37
  qrcode: '',
37
38
  notify: store.get('userStyle') ? store.get('userStyle').notify : '',
38
39
  checkPassword: '',
@@ -244,7 +245,11 @@ export default {
244
245
  },
245
246
  methods: {
246
247
  getQrcode() {
247
- this.getData();
248
+ this.qrcode =
249
+ util.getStorage('host') +
250
+ this.userScanBindImgUrl +
251
+ '&_tt=' +
252
+ Math.random().toString().split('.')[1];
248
253
  },
249
254
  getData() {
250
255
  util
@@ -268,6 +273,7 @@ export default {
268
273
  this.values.email = results.simpleUserInfo.email;
269
274
  this.values.officetel = results.simpleUserInfo.officetel;
270
275
  if (results.userScanBindImgUrl) {
276
+ this.userScanBindImgUrl = results.userScanBindImgUrl;
271
277
  this.qrcode =
272
278
  util.getStorage('host') + results.userScanBindImgUrl;
273
279
  } else {
@@ -194,11 +194,10 @@ export default {
194
194
  });
195
195
  }
196
196
  if (items.type === 'tabs') {
197
- buttons.concat([
197
+ buttons = buttons.concat([
198
198
  h(
199
199
  'el-menu',
200
200
  {
201
- class: 'el-button',
202
201
  props: {
203
202
  defaultActive: this.active
204
203
  ? this.active
package/src/index.js CHANGED
@@ -117,7 +117,7 @@ if (typeof window !== 'undefined' && window.Vue) {
117
117
  }
118
118
 
119
119
  export default {
120
- version: '0.4.63',
120
+ version: '0.4.64',
121
121
  install,
122
122
  Button,
123
123
  ButtonGroup,