eoss-ui 0.6.21 → 0.6.23
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/eoss-ui.common.js +139 -99
- package/lib/index.js +1 -1
- package/lib/login.js +69 -59
- package/lib/main.js +64 -34
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/package.json +1 -1
- package/packages/login/src/main.vue +13 -6
- package/packages/login/src/resetPassword.vue +8 -3
- package/packages/main/src/default/index.vue +2 -1
- package/packages/main/src/default/userinfo.vue +14 -3
- package/packages/main/src/simplicity/user.vue +10 -1
- package/packages/main/src/simplicity/userinfo.vue +9 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/src/login.scss +4 -2
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -41686,8 +41686,8 @@ layout_src_main.install = function (Vue) {
|
|
|
41686
41686
|
};
|
|
41687
41687
|
|
|
41688
41688
|
/* harmony default export */ var packages_layout = (layout_src_main);
|
|
41689
|
-
// 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=
|
|
41690
|
-
var
|
|
41689
|
+
// 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=5b545408&
|
|
41690
|
+
var mainvue_type_template_id_5b545408_render = function () {
|
|
41691
41691
|
var _vm = this
|
|
41692
41692
|
var _h = _vm.$createElement
|
|
41693
41693
|
var _c = _vm._self._c || _h
|
|
@@ -42198,8 +42198,8 @@ var mainvue_type_template_id_3086e0dc_render = function () {
|
|
|
42198
42198
|
{
|
|
42199
42199
|
name: "show",
|
|
42200
42200
|
rawName: "v-show",
|
|
42201
|
-
value: _vm.
|
|
42202
|
-
expression: "
|
|
42201
|
+
value: _vm.showForget,
|
|
42202
|
+
expression: "showForget",
|
|
42203
42203
|
},
|
|
42204
42204
|
],
|
|
42205
42205
|
staticClass: "es-password-forget",
|
|
@@ -42210,7 +42210,7 @@ var mainvue_type_template_id_3086e0dc_render = function () {
|
|
|
42210
42210
|
{
|
|
42211
42211
|
on: { click: _vm.handleForget },
|
|
42212
42212
|
},
|
|
42213
|
-
[_vm._v("
|
|
42213
|
+
[_vm._v("忘记密码")]
|
|
42214
42214
|
),
|
|
42215
42215
|
]
|
|
42216
42216
|
),
|
|
@@ -42594,8 +42594,8 @@ var mainvue_type_template_id_3086e0dc_render = function () {
|
|
|
42594
42594
|
{
|
|
42595
42595
|
name: "show",
|
|
42596
42596
|
rawName: "v-show",
|
|
42597
|
-
value: _vm.
|
|
42598
|
-
expression: "
|
|
42597
|
+
value: _vm.showForget,
|
|
42598
|
+
expression: "showForget",
|
|
42599
42599
|
},
|
|
42600
42600
|
],
|
|
42601
42601
|
staticClass: "es-password-forget",
|
|
@@ -42603,7 +42603,7 @@ var mainvue_type_template_id_3086e0dc_render = function () {
|
|
|
42603
42603
|
},
|
|
42604
42604
|
[
|
|
42605
42605
|
_vm._v(
|
|
42606
|
-
"\n
|
|
42606
|
+
"\n 忘记密码\n "
|
|
42607
42607
|
),
|
|
42608
42608
|
]
|
|
42609
42609
|
),
|
|
@@ -42690,7 +42690,7 @@ var mainvue_type_template_id_3086e0dc_render = function () {
|
|
|
42690
42690
|
"es-dialog",
|
|
42691
42691
|
{
|
|
42692
42692
|
attrs: {
|
|
42693
|
-
title: "修改密码",
|
|
42693
|
+
title: _vm.operationCheckCode ? "修改密码" : "密码重置",
|
|
42694
42694
|
width: "680px",
|
|
42695
42695
|
height: "auto",
|
|
42696
42696
|
visible: _vm.showResetPassword,
|
|
@@ -42704,7 +42704,7 @@ var mainvue_type_template_id_3086e0dc_render = function () {
|
|
|
42704
42704
|
[
|
|
42705
42705
|
_vm.showResetPassword
|
|
42706
42706
|
? _vm._t(
|
|
42707
|
-
"
|
|
42707
|
+
"resetPassword",
|
|
42708
42708
|
[
|
|
42709
42709
|
_c("reset-password", {
|
|
42710
42710
|
attrs: {
|
|
@@ -42807,7 +42807,7 @@ var mainvue_type_template_id_3086e0dc_render = function () {
|
|
|
42807
42807
|
)
|
|
42808
42808
|
: _vm._e()
|
|
42809
42809
|
}
|
|
42810
|
-
var
|
|
42810
|
+
var mainvue_type_template_id_5b545408_staticRenderFns = [
|
|
42811
42811
|
function () {
|
|
42812
42812
|
var _vm = this
|
|
42813
42813
|
var _h = _vm.$createElement
|
|
@@ -42822,13 +42822,13 @@ var mainvue_type_template_id_3086e0dc_staticRenderFns = [
|
|
|
42822
42822
|
])
|
|
42823
42823
|
},
|
|
42824
42824
|
]
|
|
42825
|
-
|
|
42825
|
+
mainvue_type_template_id_5b545408_render._withStripped = true
|
|
42826
42826
|
|
|
42827
42827
|
|
|
42828
|
-
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=
|
|
42828
|
+
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=5b545408&
|
|
42829
42829
|
|
|
42830
|
-
// 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=
|
|
42831
|
-
var
|
|
42830
|
+
// 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=45dccfdc&
|
|
42831
|
+
var resetPasswordvue_type_template_id_45dccfdc_render = function () {
|
|
42832
42832
|
var _vm = this
|
|
42833
42833
|
var _h = _vm.$createElement
|
|
42834
42834
|
var _c = _vm._self._c || _h
|
|
@@ -42874,7 +42874,7 @@ var resetPasswordvue_type_template_id_cab38660_render = function () {
|
|
|
42874
42874
|
},
|
|
42875
42875
|
],
|
|
42876
42876
|
ref: "pwdForm",
|
|
42877
|
-
staticClass: "es-
|
|
42877
|
+
staticClass: "es-rest-password",
|
|
42878
42878
|
attrs: {
|
|
42879
42879
|
"element-loading-text": "修改中...",
|
|
42880
42880
|
"element-loading-spinner": "el-icon-loading",
|
|
@@ -42889,11 +42889,11 @@ var resetPasswordvue_type_template_id_cab38660_render = function () {
|
|
|
42889
42889
|
1
|
|
42890
42890
|
)
|
|
42891
42891
|
}
|
|
42892
|
-
var
|
|
42893
|
-
|
|
42892
|
+
var resetPasswordvue_type_template_id_45dccfdc_staticRenderFns = []
|
|
42893
|
+
resetPasswordvue_type_template_id_45dccfdc_render._withStripped = true
|
|
42894
42894
|
|
|
42895
42895
|
|
|
42896
|
-
// CONCATENATED MODULE: ./packages/login/src/resetPassword.vue?vue&type=template&id=
|
|
42896
|
+
// CONCATENATED MODULE: ./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
|
|
42897
42897
|
|
|
42898
42898
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=script&lang=js&
|
|
42899
42899
|
var resetPasswordvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -43173,14 +43173,21 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
43173
43173
|
};
|
|
43174
43174
|
},
|
|
43175
43175
|
created: function created() {
|
|
43176
|
+
var _this = this;
|
|
43177
|
+
|
|
43176
43178
|
this.getInitModifyPassword();
|
|
43177
43179
|
if (this.type) {
|
|
43178
43180
|
var types = this.type.split(',');
|
|
43179
43181
|
if (types.length) {
|
|
43180
|
-
|
|
43182
|
+
types.forEach(function (item) {
|
|
43183
|
+
if (item != '0' && (item == '11' || item == '6')) {
|
|
43184
|
+
_this.activeIndex = item;
|
|
43185
|
+
return;
|
|
43186
|
+
}
|
|
43187
|
+
});
|
|
43181
43188
|
}
|
|
43182
43189
|
} else {
|
|
43183
|
-
this.activeIndex = '0';
|
|
43190
|
+
this.activeIndex = this.operationCheckCode ? '0' : '';
|
|
43184
43191
|
}
|
|
43185
43192
|
},
|
|
43186
43193
|
destroyed: function destroyed() {
|
|
@@ -43197,7 +43204,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
43197
43204
|
}
|
|
43198
43205
|
},
|
|
43199
43206
|
getInitModifyPassword: function getInitModifyPassword() {
|
|
43200
|
-
var
|
|
43207
|
+
var _this2 = this;
|
|
43201
43208
|
|
|
43202
43209
|
utils_util["a" /* default */].ajax({
|
|
43203
43210
|
url: api["Y" /* initModifyPassword */]
|
|
@@ -43205,23 +43212,23 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
43205
43212
|
if (res.rCode === 0) {
|
|
43206
43213
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
43207
43214
|
if (results.checkPassword) {
|
|
43208
|
-
|
|
43215
|
+
_this2.checkPassword = new RegExp(results.checkPassword);
|
|
43209
43216
|
}
|
|
43210
43217
|
if (results.checkPasswordMsg) {
|
|
43211
|
-
|
|
43218
|
+
_this2.checkPasswordMsg = results.checkPasswordMsg;
|
|
43212
43219
|
}
|
|
43213
43220
|
} else {
|
|
43214
43221
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
43215
|
-
|
|
43222
|
+
_this2.$message.error(msg);
|
|
43216
43223
|
}
|
|
43217
43224
|
}).catch(function (err) {
|
|
43218
43225
|
if (err.message && err.message !== 'canceled') {
|
|
43219
|
-
|
|
43226
|
+
_this2.$message.error(err.message);
|
|
43220
43227
|
}
|
|
43221
43228
|
});
|
|
43222
43229
|
},
|
|
43223
43230
|
getVerificationCode: function getVerificationCode() {
|
|
43224
|
-
var
|
|
43231
|
+
var _this3 = this;
|
|
43225
43232
|
|
|
43226
43233
|
if (this.countdown) {
|
|
43227
43234
|
return false;
|
|
@@ -43244,45 +43251,45 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
43244
43251
|
this.countdown = 60;
|
|
43245
43252
|
this.getCode(data);
|
|
43246
43253
|
this.timer = setInterval(function () {
|
|
43247
|
-
if (
|
|
43248
|
-
|
|
43249
|
-
|
|
43250
|
-
|
|
43254
|
+
if (_this3.countdown > 0) {
|
|
43255
|
+
_this3.countdown--;
|
|
43256
|
+
_this3.disabled = true;
|
|
43257
|
+
_this3.btnText = '重新获取' + _this3.countdown + 's';
|
|
43251
43258
|
} else {
|
|
43252
|
-
|
|
43253
|
-
|
|
43254
|
-
clearInterval(
|
|
43259
|
+
_this3.btnText = '获取验证码';
|
|
43260
|
+
_this3.disabled = false;
|
|
43261
|
+
clearInterval(_this3.timer);
|
|
43255
43262
|
}
|
|
43256
43263
|
}, 1000);
|
|
43257
43264
|
}
|
|
43258
43265
|
},
|
|
43259
43266
|
getCode: function getCode(params) {
|
|
43260
|
-
var
|
|
43267
|
+
var _this4 = this;
|
|
43261
43268
|
|
|
43262
43269
|
utils_util["a" /* default */].ajax({
|
|
43263
43270
|
url: api["G" /* getModifyPassCode */],
|
|
43264
43271
|
params: params
|
|
43265
43272
|
}).then(function (res) {
|
|
43266
43273
|
if (res.rCode === 0) {
|
|
43267
|
-
|
|
43274
|
+
_this4.$message.success(res.msg);
|
|
43268
43275
|
} else {
|
|
43269
43276
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
43270
43277
|
if (res.rCode === 2) {
|
|
43271
|
-
|
|
43272
|
-
|
|
43273
|
-
|
|
43274
|
-
clearInterval(
|
|
43278
|
+
_this4.btnText = '获取验证码';
|
|
43279
|
+
_this4.disabled = false;
|
|
43280
|
+
_this4.countdown = 0;
|
|
43281
|
+
clearInterval(_this4.timer);
|
|
43275
43282
|
}
|
|
43276
|
-
|
|
43283
|
+
_this4.$message.error(msg);
|
|
43277
43284
|
}
|
|
43278
43285
|
}).catch(function (err) {
|
|
43279
43286
|
if (err.message && err.message !== 'canceled') {
|
|
43280
|
-
|
|
43287
|
+
_this4.$message.error(err.message);
|
|
43281
43288
|
}
|
|
43282
43289
|
});
|
|
43283
43290
|
},
|
|
43284
43291
|
handleSubmit: function handleSubmit(res) {
|
|
43285
|
-
var
|
|
43292
|
+
var _this5 = this;
|
|
43286
43293
|
|
|
43287
43294
|
this.submit = true;
|
|
43288
43295
|
|
|
@@ -43308,20 +43315,20 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
43308
43315
|
url: api["cb" /* loginModifyPassword */],
|
|
43309
43316
|
data: data
|
|
43310
43317
|
}).then(function (res) {
|
|
43311
|
-
|
|
43318
|
+
_this5.submit = false;
|
|
43312
43319
|
if (res.rCode === 0) {
|
|
43313
|
-
|
|
43314
|
-
|
|
43320
|
+
_this5.$message.success(res.msg);
|
|
43321
|
+
_this5.$emit('success');
|
|
43315
43322
|
} else {
|
|
43316
43323
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
43317
|
-
|
|
43318
|
-
|
|
43319
|
-
delete
|
|
43320
|
-
clearInterval(
|
|
43324
|
+
_this5.$message.error(msg);
|
|
43325
|
+
_this5.disabled = false;
|
|
43326
|
+
delete _this5.formData.verificationCode;
|
|
43327
|
+
clearInterval(_this5.timer);
|
|
43321
43328
|
}
|
|
43322
43329
|
}).catch(function (err) {
|
|
43323
43330
|
if (err.message && err.message !== 'canceled') {
|
|
43324
|
-
|
|
43331
|
+
_this5.$message.error(err.message);
|
|
43325
43332
|
}
|
|
43326
43333
|
});
|
|
43327
43334
|
} else {
|
|
@@ -43335,21 +43342,21 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
43335
43342
|
url: api["d" /* codeModifyPass */],
|
|
43336
43343
|
data: data
|
|
43337
43344
|
}).then(function (res) {
|
|
43338
|
-
|
|
43345
|
+
_this5.submit = false;
|
|
43339
43346
|
if (res.rCode === 0) {
|
|
43340
|
-
|
|
43341
|
-
|
|
43347
|
+
_this5.$message.success(res.msg);
|
|
43348
|
+
_this5.$emit('success');
|
|
43342
43349
|
} else {
|
|
43343
43350
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
43344
|
-
|
|
43345
|
-
|
|
43346
|
-
clearInterval(
|
|
43347
|
-
delete
|
|
43348
|
-
|
|
43351
|
+
_this5.btnText = '获取验证码';
|
|
43352
|
+
_this5.disabled = false;
|
|
43353
|
+
clearInterval(_this5.timer);
|
|
43354
|
+
delete _this5.formData.verificationCode;
|
|
43355
|
+
_this5.$message.error(msg);
|
|
43349
43356
|
}
|
|
43350
43357
|
}).catch(function (err) {
|
|
43351
43358
|
if (err.message && err.message !== 'canceled') {
|
|
43352
|
-
|
|
43359
|
+
_this5.$message.error(err.message);
|
|
43353
43360
|
}
|
|
43354
43361
|
});
|
|
43355
43362
|
}
|
|
@@ -43375,8 +43382,8 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
43375
43382
|
|
|
43376
43383
|
var resetPassword_component = normalizeComponent(
|
|
43377
43384
|
src_resetPasswordvue_type_script_lang_js_,
|
|
43378
|
-
|
|
43379
|
-
|
|
43385
|
+
resetPasswordvue_type_template_id_45dccfdc_render,
|
|
43386
|
+
resetPasswordvue_type_template_id_45dccfdc_staticRenderFns,
|
|
43380
43387
|
false,
|
|
43381
43388
|
null,
|
|
43382
43389
|
null,
|
|
@@ -44166,6 +44173,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
44166
44173
|
_launchImage: function _launchImage() {
|
|
44167
44174
|
var img = utils_util["a" /* default */].isObject(this.launchImages) ? this.launchImages[this.launchKey] : this.launchImages;
|
|
44168
44175
|
return { 'background-image': 'url(' + img + ')' };
|
|
44176
|
+
},
|
|
44177
|
+
showForget: function showForget() {
|
|
44178
|
+
return this.forget === true && (this.loginModel.indexOf('11') > -1 || this.loginModel.indexOf('6') > -1);
|
|
44169
44179
|
}
|
|
44170
44180
|
},
|
|
44171
44181
|
watch: {
|
|
@@ -45151,8 +45161,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
45151
45161
|
|
|
45152
45162
|
var login_src_main_component = normalizeComponent(
|
|
45153
45163
|
packages_login_src_mainvue_type_script_lang_js_,
|
|
45154
|
-
|
|
45155
|
-
|
|
45164
|
+
mainvue_type_template_id_5b545408_render,
|
|
45165
|
+
mainvue_type_template_id_5b545408_staticRenderFns,
|
|
45156
45166
|
false,
|
|
45157
45167
|
null,
|
|
45158
45168
|
null,
|
|
@@ -47840,8 +47850,8 @@ var apps_component = normalizeComponent(
|
|
|
47840
47850
|
)
|
|
47841
47851
|
|
|
47842
47852
|
/* harmony default export */ var simplicity_apps = (apps_component.exports);
|
|
47843
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/user.vue?vue&type=template&id=
|
|
47844
|
-
var
|
|
47853
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/user.vue?vue&type=template&id=1d4b46d0&scoped=true&
|
|
47854
|
+
var uservue_type_template_id_1d4b46d0_scoped_true_render = function () {
|
|
47845
47855
|
var _vm = this
|
|
47846
47856
|
var _h = _vm.$createElement
|
|
47847
47857
|
var _c = _vm._self._c || _h
|
|
@@ -47992,6 +48002,7 @@ var uservue_type_template_id_edaa0dc4_scoped_true_render = function () {
|
|
|
47992
48002
|
_vm.visible
|
|
47993
48003
|
? _c("user-info", {
|
|
47994
48004
|
attrs: { contents: _vm.contents, value: _vm.userInfo },
|
|
48005
|
+
on: { success: _vm.handleSuccess },
|
|
47995
48006
|
})
|
|
47996
48007
|
: _vm._e(),
|
|
47997
48008
|
],
|
|
@@ -48001,14 +48012,14 @@ var uservue_type_template_id_edaa0dc4_scoped_true_render = function () {
|
|
|
48001
48012
|
1
|
|
48002
48013
|
)
|
|
48003
48014
|
}
|
|
48004
|
-
var
|
|
48005
|
-
|
|
48015
|
+
var uservue_type_template_id_1d4b46d0_scoped_true_staticRenderFns = []
|
|
48016
|
+
uservue_type_template_id_1d4b46d0_scoped_true_render._withStripped = true
|
|
48006
48017
|
|
|
48007
48018
|
|
|
48008
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=
|
|
48019
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=1d4b46d0&scoped=true&
|
|
48009
48020
|
|
|
48010
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=
|
|
48011
|
-
var
|
|
48021
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=028fdb19&
|
|
48022
|
+
var userinfovue_type_template_id_028fdb19_render = function () {
|
|
48012
48023
|
var _vm = this
|
|
48013
48024
|
var _h = _vm.$createElement
|
|
48014
48025
|
var _c = _vm._self._c || _h
|
|
@@ -48024,11 +48035,11 @@ var userinfovue_type_template_id_9a76ed7c_render = function () {
|
|
|
48024
48035
|
2
|
|
48025
48036
|
)
|
|
48026
48037
|
}
|
|
48027
|
-
var
|
|
48028
|
-
|
|
48038
|
+
var userinfovue_type_template_id_028fdb19_staticRenderFns = []
|
|
48039
|
+
userinfovue_type_template_id_028fdb19_render._withStripped = true
|
|
48029
48040
|
|
|
48030
48041
|
|
|
48031
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=
|
|
48042
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=028fdb19&
|
|
48032
48043
|
|
|
48033
48044
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=script&lang=js&
|
|
48034
48045
|
//
|
|
@@ -48120,7 +48131,7 @@ userinfovue_type_template_id_9a76ed7c_render._withStripped = true
|
|
|
48120
48131
|
},
|
|
48121
48132
|
col: 6
|
|
48122
48133
|
}, {
|
|
48123
|
-
name: '
|
|
48134
|
+
name: 'officeTel',
|
|
48124
48135
|
placeholder: '座机号',
|
|
48125
48136
|
label: '座机号',
|
|
48126
48137
|
type: 'text',
|
|
@@ -48258,6 +48269,14 @@ userinfovue_type_template_id_9a76ed7c_render._withStripped = true
|
|
|
48258
48269
|
utils_util["a" /* default */].win.postMessage({ type: 1 }, '*');
|
|
48259
48270
|
}
|
|
48260
48271
|
}).catch(function (e) {});
|
|
48272
|
+
} else {
|
|
48273
|
+
_this2.$message({
|
|
48274
|
+
message: res.msg,
|
|
48275
|
+
type: 'success',
|
|
48276
|
+
onClose: function onClose() {
|
|
48277
|
+
_this2.$emit('success', _this2.model);
|
|
48278
|
+
}
|
|
48279
|
+
});
|
|
48261
48280
|
}
|
|
48262
48281
|
} else {
|
|
48263
48282
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
@@ -48287,8 +48306,8 @@ userinfovue_type_template_id_9a76ed7c_render._withStripped = true
|
|
|
48287
48306
|
|
|
48288
48307
|
var userinfo_component = normalizeComponent(
|
|
48289
48308
|
simplicity_userinfovue_type_script_lang_js_,
|
|
48290
|
-
|
|
48291
|
-
|
|
48309
|
+
userinfovue_type_template_id_028fdb19_render,
|
|
48310
|
+
userinfovue_type_template_id_028fdb19_staticRenderFns,
|
|
48292
48311
|
false,
|
|
48293
48312
|
null,
|
|
48294
48313
|
null,
|
|
@@ -48368,6 +48387,11 @@ var userinfo_component = normalizeComponent(
|
|
|
48368
48387
|
//
|
|
48369
48388
|
//
|
|
48370
48389
|
//
|
|
48390
|
+
//
|
|
48391
|
+
//
|
|
48392
|
+
//
|
|
48393
|
+
//
|
|
48394
|
+
//
|
|
48371
48395
|
|
|
48372
48396
|
|
|
48373
48397
|
|
|
@@ -48537,6 +48561,10 @@ var userinfo_component = normalizeComponent(
|
|
|
48537
48561
|
//打开修改密码弹窗
|
|
48538
48562
|
handleOpen: function handleOpen() {
|
|
48539
48563
|
this.visible = true;
|
|
48564
|
+
},
|
|
48565
|
+
handleSuccess: function handleSuccess() {
|
|
48566
|
+
this.visible = false;
|
|
48567
|
+
this.getData();
|
|
48540
48568
|
}
|
|
48541
48569
|
}
|
|
48542
48570
|
});
|
|
@@ -48552,11 +48580,11 @@ var userinfo_component = normalizeComponent(
|
|
|
48552
48580
|
|
|
48553
48581
|
var user_component = normalizeComponent(
|
|
48554
48582
|
simplicity_uservue_type_script_lang_js_,
|
|
48555
|
-
|
|
48556
|
-
|
|
48583
|
+
uservue_type_template_id_1d4b46d0_scoped_true_render,
|
|
48584
|
+
uservue_type_template_id_1d4b46d0_scoped_true_staticRenderFns,
|
|
48557
48585
|
false,
|
|
48558
48586
|
null,
|
|
48559
|
-
"
|
|
48587
|
+
"1d4b46d0",
|
|
48560
48588
|
null
|
|
48561
48589
|
|
|
48562
48590
|
)
|
|
@@ -52951,8 +52979,8 @@ var simplicity_component = normalizeComponent(
|
|
|
52951
52979
|
)
|
|
52952
52980
|
|
|
52953
52981
|
/* harmony default export */ var simplicity = (simplicity_component.exports);
|
|
52954
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=
|
|
52955
|
-
var
|
|
52982
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=5f12ae62&
|
|
52983
|
+
var defaultvue_type_template_id_5f12ae62_render = function () {
|
|
52956
52984
|
var _vm = this
|
|
52957
52985
|
var _h = _vm.$createElement
|
|
52958
52986
|
var _c = _vm._self._c || _h
|
|
@@ -53287,7 +53315,7 @@ var defaultvue_type_template_id_7a0d5c92_render = function () {
|
|
|
53287
53315
|
attrs: { contents: _vm.userInfoContents },
|
|
53288
53316
|
on: {
|
|
53289
53317
|
change: _vm.handleUserModel,
|
|
53290
|
-
|
|
53318
|
+
success: _vm.reGetConfig,
|
|
53291
53319
|
},
|
|
53292
53320
|
},
|
|
53293
53321
|
"userinfo",
|
|
@@ -53340,14 +53368,14 @@ var defaultvue_type_template_id_7a0d5c92_render = function () {
|
|
|
53340
53368
|
1
|
|
53341
53369
|
)
|
|
53342
53370
|
}
|
|
53343
|
-
var
|
|
53344
|
-
|
|
53371
|
+
var defaultvue_type_template_id_5f12ae62_staticRenderFns = []
|
|
53372
|
+
defaultvue_type_template_id_5f12ae62_render._withStripped = true
|
|
53345
53373
|
|
|
53346
53374
|
|
|
53347
|
-
// CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=
|
|
53375
|
+
// CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=5f12ae62&
|
|
53348
53376
|
|
|
53349
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=
|
|
53350
|
-
var
|
|
53377
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=b6520920&
|
|
53378
|
+
var userinfovue_type_template_id_b6520920_render = function () {
|
|
53351
53379
|
var _vm = this
|
|
53352
53380
|
var _h = _vm.$createElement
|
|
53353
53381
|
var _c = _vm._self._c || _h
|
|
@@ -53363,11 +53391,11 @@ var userinfovue_type_template_id_d207c2e8_render = function () {
|
|
|
53363
53391
|
2
|
|
53364
53392
|
)
|
|
53365
53393
|
}
|
|
53366
|
-
var
|
|
53367
|
-
|
|
53394
|
+
var userinfovue_type_template_id_b6520920_staticRenderFns = []
|
|
53395
|
+
userinfovue_type_template_id_b6520920_render._withStripped = true
|
|
53368
53396
|
|
|
53369
53397
|
|
|
53370
|
-
// CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=
|
|
53398
|
+
// CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=b6520920&
|
|
53371
53399
|
|
|
53372
53400
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=script&lang=js&
|
|
53373
53401
|
var userinfovue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -53764,7 +53792,6 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
53764
53792
|
}
|
|
53765
53793
|
}).catch(function (e) {});
|
|
53766
53794
|
} else {
|
|
53767
|
-
_this4.$emit('reGetConfig');
|
|
53768
53795
|
var notify = _this4.values.notify.sort().join(',');
|
|
53769
53796
|
if (notify != _this4.notify.split(',').sort().join(',')) {
|
|
53770
53797
|
utils_util["a" /* default */].ajax({
|
|
@@ -53774,7 +53801,13 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
53774
53801
|
}
|
|
53775
53802
|
}).then(function (results) {
|
|
53776
53803
|
if (results.rCode === 0) {
|
|
53777
|
-
_this4.$message
|
|
53804
|
+
_this4.$message({
|
|
53805
|
+
message: results.msg,
|
|
53806
|
+
type: 'success',
|
|
53807
|
+
onClose: function onClose() {
|
|
53808
|
+
_this4.$emit('success', _this4.values);
|
|
53809
|
+
}
|
|
53810
|
+
});
|
|
53778
53811
|
} else {
|
|
53779
53812
|
_this4.$message.error(results.msg || '系统错误,请联系管理员!');
|
|
53780
53813
|
}
|
|
@@ -53784,7 +53817,13 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
53784
53817
|
}
|
|
53785
53818
|
});
|
|
53786
53819
|
} else {
|
|
53787
|
-
_this4.$message
|
|
53820
|
+
_this4.$message({
|
|
53821
|
+
message: res.msg,
|
|
53822
|
+
type: 'success',
|
|
53823
|
+
onClose: function onClose() {
|
|
53824
|
+
_this4.$emit('success', _this4.values);
|
|
53825
|
+
}
|
|
53826
|
+
});
|
|
53788
53827
|
}
|
|
53789
53828
|
}
|
|
53790
53829
|
} else {
|
|
@@ -53816,8 +53855,8 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
53816
53855
|
|
|
53817
53856
|
var default_userinfo_component = normalizeComponent(
|
|
53818
53857
|
src_default_userinfovue_type_script_lang_js_,
|
|
53819
|
-
|
|
53820
|
-
|
|
53858
|
+
userinfovue_type_template_id_b6520920_render,
|
|
53859
|
+
userinfovue_type_template_id_b6520920_staticRenderFns,
|
|
53821
53860
|
false,
|
|
53822
53861
|
null,
|
|
53823
53862
|
null,
|
|
@@ -55460,6 +55499,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
55460
55499
|
reGetConfig: function reGetConfig() {
|
|
55461
55500
|
var _this2 = this;
|
|
55462
55501
|
|
|
55502
|
+
this.showUserInfo = false;
|
|
55463
55503
|
utils_util["a" /* default */].ajax({ url: this.mainConfig }).then(function (res) {
|
|
55464
55504
|
if (res && res.rCode === 0) {
|
|
55465
55505
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -56552,8 +56592,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
56552
56592
|
|
|
56553
56593
|
var default_component = normalizeComponent(
|
|
56554
56594
|
src_defaultvue_type_script_lang_js_,
|
|
56555
|
-
|
|
56556
|
-
|
|
56595
|
+
defaultvue_type_template_id_5f12ae62_render,
|
|
56596
|
+
defaultvue_type_template_id_5f12ae62_staticRenderFns,
|
|
56557
56597
|
false,
|
|
56558
56598
|
null,
|
|
56559
56599
|
null,
|
|
@@ -77392,7 +77432,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
77392
77432
|
}
|
|
77393
77433
|
|
|
77394
77434
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
77395
|
-
version: '0.6.
|
|
77435
|
+
version: '0.6.22',
|
|
77396
77436
|
install: install,
|
|
77397
77437
|
Button: packages_button,
|
|
77398
77438
|
ButtonGroup: button_group,
|