eoss-ui 0.6.23 → 0.6.25
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 +51 -22
- package/lib/index.js +1 -1
- package/lib/login.js +36 -4
- package/lib/main.js +9 -12
- 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 +21 -2
- package/packages/main/src/default/index.vue +2 -5
- 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 +11 -0
- 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=12ec8fa5&
|
|
41690
|
+
var mainvue_type_template_id_12ec8fa5_render = function () {
|
|
41691
41691
|
var _vm = this
|
|
41692
41692
|
var _h = _vm.$createElement
|
|
41693
41693
|
var _c = _vm._self._c || _h
|
|
@@ -41704,6 +41704,19 @@ var mainvue_type_template_id_5b545408_render = function () {
|
|
|
41704
41704
|
style: _vm.getBackground(_vm.loginBackgroundImg),
|
|
41705
41705
|
},
|
|
41706
41706
|
[
|
|
41707
|
+
_vm.loginDownloadApp
|
|
41708
|
+
? _c(
|
|
41709
|
+
"div",
|
|
41710
|
+
{
|
|
41711
|
+
staticClass: "es-download-app",
|
|
41712
|
+
on: { click: _vm.handleDownLoadApps },
|
|
41713
|
+
},
|
|
41714
|
+
[
|
|
41715
|
+
_c("i", { staticClass: "el-icon-mobile-phone" }),
|
|
41716
|
+
_vm._v("下载APP\n "),
|
|
41717
|
+
]
|
|
41718
|
+
)
|
|
41719
|
+
: _vm._e(),
|
|
41707
41720
|
_vm.loginLogoImg
|
|
41708
41721
|
? _c("img", {
|
|
41709
41722
|
staticClass: "es-login-logo",
|
|
@@ -42807,7 +42820,7 @@ var mainvue_type_template_id_5b545408_render = function () {
|
|
|
42807
42820
|
)
|
|
42808
42821
|
: _vm._e()
|
|
42809
42822
|
}
|
|
42810
|
-
var
|
|
42823
|
+
var mainvue_type_template_id_12ec8fa5_staticRenderFns = [
|
|
42811
42824
|
function () {
|
|
42812
42825
|
var _vm = this
|
|
42813
42826
|
var _h = _vm.$createElement
|
|
@@ -42822,10 +42835,10 @@ var mainvue_type_template_id_5b545408_staticRenderFns = [
|
|
|
42822
42835
|
])
|
|
42823
42836
|
},
|
|
42824
42837
|
]
|
|
42825
|
-
|
|
42838
|
+
mainvue_type_template_id_12ec8fa5_render._withStripped = true
|
|
42826
42839
|
|
|
42827
42840
|
|
|
42828
|
-
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=
|
|
42841
|
+
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=12ec8fa5&
|
|
42829
42842
|
|
|
42830
42843
|
// 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
42844
|
var resetPasswordvue_type_template_id_45dccfdc_render = function () {
|
|
@@ -43842,6 +43855,13 @@ function login_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
|
|
|
43842
43855
|
//
|
|
43843
43856
|
//
|
|
43844
43857
|
//
|
|
43858
|
+
//
|
|
43859
|
+
//
|
|
43860
|
+
//
|
|
43861
|
+
//
|
|
43862
|
+
//
|
|
43863
|
+
//
|
|
43864
|
+
//
|
|
43845
43865
|
|
|
43846
43866
|
|
|
43847
43867
|
|
|
@@ -44075,7 +44095,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
44075
44095
|
night: nightImg
|
|
44076
44096
|
};
|
|
44077
44097
|
}
|
|
44078
|
-
}
|
|
44098
|
+
},
|
|
44099
|
+
loginDownloadApps: Boolean
|
|
44079
44100
|
},
|
|
44080
44101
|
computed: {
|
|
44081
44102
|
transform: function transform() {
|
|
@@ -44309,7 +44330,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
44309
44330
|
launchImages: this.launchImage,
|
|
44310
44331
|
launchKey: 'day',
|
|
44311
44332
|
launchTime: 2000,
|
|
44312
|
-
switchActive: this.switchsActive
|
|
44333
|
+
switchActive: this.switchsActive,
|
|
44334
|
+
loginDownloadApp: true
|
|
44313
44335
|
};
|
|
44314
44336
|
},
|
|
44315
44337
|
beforeCreate: function beforeCreate() {
|
|
@@ -44495,6 +44517,13 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
44495
44517
|
this.showDownLoadApp = true;
|
|
44496
44518
|
}
|
|
44497
44519
|
},
|
|
44520
|
+
handleDownLoadApps: function handleDownLoadApps() {
|
|
44521
|
+
if (this.downloadApp) {
|
|
44522
|
+
window.open(this.downloadApp);
|
|
44523
|
+
} else {
|
|
44524
|
+
this.handleDownLoadApp();
|
|
44525
|
+
}
|
|
44526
|
+
},
|
|
44498
44527
|
switchLogin: function switchLogin(res) {
|
|
44499
44528
|
var _this3 = this;
|
|
44500
44529
|
|
|
@@ -44684,6 +44713,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
44684
44713
|
this.launchImages = res.subsystemExtend.launchImage.indexOf('{') > -1 && res.subsystemExtend.launchImage.indexOf('}') > -1 ? JSON.parse(res.subsystemExtend.launchImage) : res.subsystemExtend.launchImage;
|
|
44685
44714
|
}
|
|
44686
44715
|
}
|
|
44716
|
+
if (res.subsystemExtend.loginDownloadApp) {
|
|
44717
|
+
this.loginDownloadApp = res.subsystemExtend.loginDownloadApp;
|
|
44718
|
+
}
|
|
44687
44719
|
}
|
|
44688
44720
|
this.passModifyModel = res.passModifyModel;
|
|
44689
44721
|
this.wechatAppid = res.wechatAppid;
|
|
@@ -45161,8 +45193,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
45161
45193
|
|
|
45162
45194
|
var login_src_main_component = normalizeComponent(
|
|
45163
45195
|
packages_login_src_mainvue_type_script_lang_js_,
|
|
45164
|
-
|
|
45165
|
-
|
|
45196
|
+
mainvue_type_template_id_12ec8fa5_render,
|
|
45197
|
+
mainvue_type_template_id_12ec8fa5_staticRenderFns,
|
|
45166
45198
|
false,
|
|
45167
45199
|
null,
|
|
45168
45200
|
null,
|
|
@@ -52979,8 +53011,8 @@ var simplicity_component = normalizeComponent(
|
|
|
52979
53011
|
)
|
|
52980
53012
|
|
|
52981
53013
|
/* harmony default export */ var simplicity = (simplicity_component.exports);
|
|
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=
|
|
52983
|
-
var
|
|
53014
|
+
// 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=030f252c&
|
|
53015
|
+
var defaultvue_type_template_id_030f252c_render = function () {
|
|
52984
53016
|
var _vm = this
|
|
52985
53017
|
var _h = _vm.$createElement
|
|
52986
53018
|
var _c = _vm._self._c || _h
|
|
@@ -53368,11 +53400,11 @@ var defaultvue_type_template_id_5f12ae62_render = function () {
|
|
|
53368
53400
|
1
|
|
53369
53401
|
)
|
|
53370
53402
|
}
|
|
53371
|
-
var
|
|
53372
|
-
|
|
53403
|
+
var defaultvue_type_template_id_030f252c_staticRenderFns = []
|
|
53404
|
+
defaultvue_type_template_id_030f252c_render._withStripped = true
|
|
53373
53405
|
|
|
53374
53406
|
|
|
53375
|
-
// CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=
|
|
53407
|
+
// CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=030f252c&
|
|
53376
53408
|
|
|
53377
53409
|
// 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
53410
|
var userinfovue_type_template_id_b6520920_render = function () {
|
|
@@ -54929,7 +54961,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
54929
54961
|
//是否显示设置按钮
|
|
54930
54962
|
set: {
|
|
54931
54963
|
type: Boolean,
|
|
54932
|
-
default:
|
|
54964
|
+
default: true
|
|
54933
54965
|
},
|
|
54934
54966
|
//websocket
|
|
54935
54967
|
socket: {
|
|
@@ -54980,10 +55012,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
54980
55012
|
type: Boolean,
|
|
54981
55013
|
default: true
|
|
54982
55014
|
},
|
|
54983
|
-
isCustomMain:
|
|
54984
|
-
type: Boolean,
|
|
54985
|
-
default: false
|
|
54986
|
-
},
|
|
55015
|
+
isCustomMain: Boolean,
|
|
54987
55016
|
userHeight: {
|
|
54988
55017
|
type: String,
|
|
54989
55018
|
default: '740px'
|
|
@@ -56592,8 +56621,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
56592
56621
|
|
|
56593
56622
|
var default_component = normalizeComponent(
|
|
56594
56623
|
src_defaultvue_type_script_lang_js_,
|
|
56595
|
-
|
|
56596
|
-
|
|
56624
|
+
defaultvue_type_template_id_030f252c_render,
|
|
56625
|
+
defaultvue_type_template_id_030f252c_staticRenderFns,
|
|
56597
56626
|
false,
|
|
56598
56627
|
null,
|
|
56599
56628
|
null,
|
|
@@ -77432,7 +77461,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
77432
77461
|
}
|
|
77433
77462
|
|
|
77434
77463
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
77435
|
-
version: '0.6.
|
|
77464
|
+
version: '0.6.25',
|
|
77436
77465
|
install: install,
|
|
77437
77466
|
Button: packages_button,
|
|
77438
77467
|
ButtonGroup: button_group,
|