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/README.md +0 -2
- package/lib/eoss-ui.common.js +20 -19
- package/lib/index.js +1 -1
- package/lib/login.js +3 -3
- package/lib/main.js +10 -8
- package/lib/toolbar.js +1 -2
- package/package.json +1 -1
- package/packages/login/src/main.vue +1 -1
- package/packages/main/src/userinfo.vue +7 -1
- package/packages/toolbar/src/main.vue +1 -2
- package/src/index.js +1 -1
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=
|
|
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=
|
|
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=
|
|
3368
|
-
var
|
|
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
|
|
3385
|
-
|
|
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=
|
|
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.
|
|
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
|
-
|
|
3810
|
-
|
|
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
|
@@ -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.
|
|
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 {
|