eoss-ui 0.6.24 → 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.
@@ -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=f6e3a614&
41690
- var mainvue_type_template_id_f6e3a614_render = function () {
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
@@ -41706,13 +41706,10 @@ var mainvue_type_template_id_f6e3a614_render = function () {
41706
41706
  [
41707
41707
  _vm.loginDownloadApp
41708
41708
  ? _c(
41709
- "a",
41709
+ "div",
41710
41710
  {
41711
41711
  staticClass: "es-download-app",
41712
- attrs: {
41713
- target: _vm.downloadApp ? "_blank" : "",
41714
- href: _vm.downloadApp ? _vm.downloadApp : "javascript:;",
41715
- },
41712
+ on: { click: _vm.handleDownLoadApps },
41716
41713
  },
41717
41714
  [
41718
41715
  _c("i", { staticClass: "el-icon-mobile-phone" }),
@@ -42823,7 +42820,7 @@ var mainvue_type_template_id_f6e3a614_render = function () {
42823
42820
  )
42824
42821
  : _vm._e()
42825
42822
  }
42826
- var mainvue_type_template_id_f6e3a614_staticRenderFns = [
42823
+ var mainvue_type_template_id_12ec8fa5_staticRenderFns = [
42827
42824
  function () {
42828
42825
  var _vm = this
42829
42826
  var _h = _vm.$createElement
@@ -42838,10 +42835,10 @@ var mainvue_type_template_id_f6e3a614_staticRenderFns = [
42838
42835
  ])
42839
42836
  },
42840
42837
  ]
42841
- mainvue_type_template_id_f6e3a614_render._withStripped = true
42838
+ mainvue_type_template_id_12ec8fa5_render._withStripped = true
42842
42839
 
42843
42840
 
42844
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=f6e3a614&
42841
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=12ec8fa5&
42845
42842
 
42846
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&
42847
42844
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -43865,7 +43862,6 @@ function login_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
43865
43862
  //
43866
43863
  //
43867
43864
  //
43868
- //
43869
43865
 
43870
43866
 
43871
43867
 
@@ -44335,7 +44331,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
44335
44331
  launchKey: 'day',
44336
44332
  launchTime: 2000,
44337
44333
  switchActive: this.switchsActive,
44338
- loginDownloadApp: this.loginDownloadApps
44334
+ loginDownloadApp: true
44339
44335
  };
44340
44336
  },
44341
44337
  beforeCreate: function beforeCreate() {
@@ -44521,6 +44517,13 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
44521
44517
  this.showDownLoadApp = true;
44522
44518
  }
44523
44519
  },
44520
+ handleDownLoadApps: function handleDownLoadApps() {
44521
+ if (this.downloadApp) {
44522
+ window.open(this.downloadApp);
44523
+ } else {
44524
+ this.handleDownLoadApp();
44525
+ }
44526
+ },
44524
44527
  switchLogin: function switchLogin(res) {
44525
44528
  var _this3 = this;
44526
44529
 
@@ -45190,8 +45193,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
45190
45193
 
45191
45194
  var login_src_main_component = normalizeComponent(
45192
45195
  packages_login_src_mainvue_type_script_lang_js_,
45193
- mainvue_type_template_id_f6e3a614_render,
45194
- mainvue_type_template_id_f6e3a614_staticRenderFns,
45196
+ mainvue_type_template_id_12ec8fa5_render,
45197
+ mainvue_type_template_id_12ec8fa5_staticRenderFns,
45195
45198
  false,
45196
45199
  null,
45197
45200
  null,
@@ -77458,7 +77461,7 @@ if (typeof window !== 'undefined' && window.Vue) {
77458
77461
  }
77459
77462
 
77460
77463
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
77461
- version: '0.6.24',
77464
+ version: '0.6.25',
77462
77465
  install: install,
77463
77466
  Button: packages_button,
77464
77467
  ButtonGroup: button_group,