eoss-ui 0.7.33 → 0.7.35
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/button-group.js +2 -0
- package/lib/button.js +2 -0
- package/lib/calogin.js +2 -0
- package/lib/checkbox-group.js +2 -0
- package/lib/data-table-form.js +2 -0
- package/lib/data-table.js +2 -0
- package/lib/date-picker.js +2 -0
- package/lib/dialog.js +6 -4
- package/lib/eoss-ui.common.js +320 -171
- package/lib/flow-group.js +2 -0
- package/lib/flow-list.js +2 -0
- package/lib/flow.js +2 -0
- package/lib/form.js +2 -0
- package/lib/handle-user.js +2 -0
- package/lib/handler.js +2 -0
- package/lib/icon.js +2 -0
- package/lib/index.js +1 -1
- package/lib/input-number.js +2 -0
- package/lib/input.js +2 -0
- package/lib/login.js +15 -5
- package/lib/main.js +278 -139
- package/lib/nav.js +2 -0
- package/lib/page.js +2 -0
- package/lib/pagination.js +2 -0
- package/lib/player.js +2 -0
- package/lib/qr-code.js +2 -0
- package/lib/radio-group.js +2 -0
- package/lib/retrial-auth.js +2 -0
- package/lib/select-ganged.js +2 -0
- package/lib/select.js +2 -0
- package/lib/selector-panel.js +2 -0
- package/lib/selector.js +2 -0
- package/lib/sizer.js +2 -0
- package/lib/steps.js +2 -0
- package/lib/switch.js +2 -0
- package/lib/table-form.js +2 -0
- package/lib/tabs.js +2 -0
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/tips.js +2 -0
- package/lib/tree-group.js +2 -0
- package/lib/tree.js +2 -0
- package/lib/upload.js +9 -5
- package/lib/utils/util.js +2 -0
- package/lib/wujie.js +2 -0
- package/lib/wxlogin.js +2 -0
- package/package.json +1 -1
- package/packages/.DS_Store +0 -0
- package/packages/dialog/.DS_Store +0 -0
- package/packages/dialog/src/main.vue +2 -2
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/main.vue +13 -3
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/main/src/main.vue +36 -5
- package/packages/main/src/public/online.vue +1 -1
- package/packages/main/src/simplicity/handler.vue +17 -3
- package/packages/main/src/simplicity/index.vue +29 -30
- package/packages/main/src/simplicity/message.vue +27 -0
- package/packages/main/src/simplicity/notice.vue +26 -0
- package/packages/main/src/simplicity/sub-menu.vue +11 -3
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/src/simplicity.scss +11 -1
- package/packages/upload/.DS_Store +0 -0
- package/packages/upload/src/main.vue +1 -0
- package/src/.DS_Store +0 -0
- package/src/index.js +1 -1
- package/src/utils/util.js +2 -0
package/lib/eoss-ui.common.js
CHANGED
|
@@ -692,6 +692,8 @@ var busEmit = function busEmit(that, _ref3) {
|
|
|
692
692
|
}
|
|
693
693
|
return;
|
|
694
694
|
}
|
|
695
|
+
console.log('busEmit', method, args);
|
|
696
|
+
|
|
695
697
|
var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
|
|
696
698
|
_bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
|
|
697
699
|
}
|
|
@@ -15603,8 +15605,8 @@ date_picker_src_main.install = function (Vue) {
|
|
|
15603
15605
|
};
|
|
15604
15606
|
|
|
15605
15607
|
/* harmony default export */ var date_picker = (date_picker_src_main);
|
|
15606
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/dialog/src/main.vue?vue&type=template&id=
|
|
15607
|
-
var
|
|
15608
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/dialog/src/main.vue?vue&type=template&id=5430550f&
|
|
15609
|
+
var mainvue_type_template_id_5430550f_render = function () {
|
|
15608
15610
|
var _vm = this
|
|
15609
15611
|
var _h = _vm.$createElement
|
|
15610
15612
|
var _c = _vm._self._c || _h
|
|
@@ -16118,11 +16120,11 @@ var mainvue_type_template_id_30b6de55_render = function () {
|
|
|
16118
16120
|
2
|
|
16119
16121
|
)
|
|
16120
16122
|
}
|
|
16121
|
-
var
|
|
16122
|
-
|
|
16123
|
+
var mainvue_type_template_id_5430550f_staticRenderFns = []
|
|
16124
|
+
mainvue_type_template_id_5430550f_render._withStripped = true
|
|
16123
16125
|
|
|
16124
16126
|
|
|
16125
|
-
// CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=
|
|
16127
|
+
// CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=5430550f&
|
|
16126
16128
|
|
|
16127
16129
|
// EXTERNAL MODULE: external "wujie-vue2"
|
|
16128
16130
|
var external_wujie_vue2_ = __webpack_require__(4);
|
|
@@ -16455,8 +16457,8 @@ var mainvue_type_script_lang_js_systemMode = utils_util["a" /* default */].win.t
|
|
|
16455
16457
|
return {};
|
|
16456
16458
|
}
|
|
16457
16459
|
},
|
|
16458
|
-
width: String,
|
|
16459
|
-
height: String,
|
|
16460
|
+
width: [String, Number],
|
|
16461
|
+
height: [String, Number],
|
|
16460
16462
|
middle: {
|
|
16461
16463
|
type: Boolean,
|
|
16462
16464
|
default: true
|
|
@@ -16688,8 +16690,8 @@ var mainvue_type_script_lang_js_systemMode = utils_util["a" /* default */].win.t
|
|
|
16688
16690
|
|
|
16689
16691
|
var dialog_src_main_component = normalizeComponent(
|
|
16690
16692
|
packages_dialog_src_mainvue_type_script_lang_js_,
|
|
16691
|
-
|
|
16692
|
-
|
|
16693
|
+
mainvue_type_template_id_5430550f_render,
|
|
16694
|
+
mainvue_type_template_id_5430550f_staticRenderFns,
|
|
16693
16695
|
false,
|
|
16694
16696
|
null,
|
|
16695
16697
|
null,
|
|
@@ -56671,8 +56673,8 @@ layout_src_main.install = function (Vue) {
|
|
|
56671
56673
|
};
|
|
56672
56674
|
|
|
56673
56675
|
/* harmony default export */ var packages_layout = (layout_src_main);
|
|
56674
|
-
// 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=
|
|
56675
|
-
var
|
|
56676
|
+
// 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=58cef266&
|
|
56677
|
+
var mainvue_type_template_id_58cef266_render = function () {
|
|
56676
56678
|
var _vm = this
|
|
56677
56679
|
var _h = _vm.$createElement
|
|
56678
56680
|
var _c = _vm._self._c || _h
|
|
@@ -57947,7 +57949,7 @@ var mainvue_type_template_id_89269c7e_render = function () {
|
|
|
57947
57949
|
)
|
|
57948
57950
|
: _vm._e()
|
|
57949
57951
|
}
|
|
57950
|
-
var
|
|
57952
|
+
var mainvue_type_template_id_58cef266_staticRenderFns = [
|
|
57951
57953
|
function () {
|
|
57952
57954
|
var _vm = this
|
|
57953
57955
|
var _h = _vm.$createElement
|
|
@@ -57962,10 +57964,10 @@ var mainvue_type_template_id_89269c7e_staticRenderFns = [
|
|
|
57962
57964
|
])
|
|
57963
57965
|
},
|
|
57964
57966
|
]
|
|
57965
|
-
|
|
57967
|
+
mainvue_type_template_id_58cef266_render._withStripped = true
|
|
57966
57968
|
|
|
57967
57969
|
|
|
57968
|
-
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=
|
|
57970
|
+
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=58cef266&
|
|
57969
57971
|
|
|
57970
57972
|
// 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=325dc074&
|
|
57971
57973
|
var resetPasswordvue_type_template_id_325dc074_render = function () {
|
|
@@ -59292,7 +59294,11 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
59292
59294
|
},
|
|
59293
59295
|
caModel: String,
|
|
59294
59296
|
caInstallPath: String,
|
|
59295
|
-
showKeySelect: Boolean
|
|
59297
|
+
showKeySelect: Boolean,
|
|
59298
|
+
alertCallback: {
|
|
59299
|
+
type: Function,
|
|
59300
|
+
default: function _default() {}
|
|
59301
|
+
}
|
|
59296
59302
|
},
|
|
59297
59303
|
computed: {
|
|
59298
59304
|
transform: function transform() {
|
|
@@ -60004,8 +60010,12 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60004
60010
|
_this7.$alert(content, title, login_src_mainvue_type_script_lang_js_extends({
|
|
60005
60011
|
dangerouslyUseHTMLString: isMarkdown,
|
|
60006
60012
|
setHeight: isMarkdown,
|
|
60007
|
-
|
|
60008
|
-
}, config)).
|
|
60013
|
+
customClass: 'es-login-alert'
|
|
60014
|
+
}, config)).then(function () {
|
|
60015
|
+
_this7.alertCallback(1, login_src_mainvue_type_script_lang_js_extends({ content: content, title: title }, config));
|
|
60016
|
+
}).catch(function () {
|
|
60017
|
+
_this7.alertCallback(0, login_src_mainvue_type_script_lang_js_extends({ content: content, title: title }, config));
|
|
60018
|
+
});
|
|
60009
60019
|
|
|
60010
60020
|
case 9:
|
|
60011
60021
|
case 'end':
|
|
@@ -60559,8 +60569,8 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60559
60569
|
|
|
60560
60570
|
var login_src_main_component = normalizeComponent(
|
|
60561
60571
|
packages_login_src_mainvue_type_script_lang_js_,
|
|
60562
|
-
|
|
60563
|
-
|
|
60572
|
+
mainvue_type_template_id_58cef266_render,
|
|
60573
|
+
mainvue_type_template_id_58cef266_staticRenderFns,
|
|
60564
60574
|
false,
|
|
60565
60575
|
null,
|
|
60566
60576
|
null,
|
|
@@ -60577,8 +60587,8 @@ login_src_main.install = function (Vue) {
|
|
|
60577
60587
|
};
|
|
60578
60588
|
|
|
60579
60589
|
/* harmony default export */ var login = (login_src_main);
|
|
60580
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=
|
|
60581
|
-
var
|
|
60590
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=2a83fe9a&
|
|
60591
|
+
var mainvue_type_template_id_2a83fe9a_render = function () {
|
|
60582
60592
|
var _vm = this
|
|
60583
60593
|
var _h = _vm.$createElement
|
|
60584
60594
|
var _c = _vm._self._c || _h
|
|
@@ -60638,9 +60648,15 @@ var mainvue_type_template_id_91c03c40_render = function () {
|
|
|
60638
60648
|
"es-dialog",
|
|
60639
60649
|
{
|
|
60640
60650
|
key: item.appCode || item.id || item.name || index,
|
|
60651
|
+
staticClass: "es-main-public-dialog",
|
|
60652
|
+
class: item.classNames,
|
|
60641
60653
|
attrs: {
|
|
60654
|
+
"custom-class":
|
|
60655
|
+
"es-public-dialog" +
|
|
60656
|
+
(item.customClassNames ? " " + item.customClassNames : ""),
|
|
60657
|
+
"modal-class": "es-main-public-dialog-modal",
|
|
60642
60658
|
visible: item.visible,
|
|
60643
|
-
title: item.name,
|
|
60659
|
+
title: item.name || item.title,
|
|
60644
60660
|
width: item.width,
|
|
60645
60661
|
height: item.height,
|
|
60646
60662
|
size: item.size,
|
|
@@ -60692,14 +60708,14 @@ var mainvue_type_template_id_91c03c40_render = function () {
|
|
|
60692
60708
|
)
|
|
60693
60709
|
: _vm._e()
|
|
60694
60710
|
}
|
|
60695
|
-
var
|
|
60696
|
-
|
|
60711
|
+
var mainvue_type_template_id_2a83fe9a_staticRenderFns = []
|
|
60712
|
+
mainvue_type_template_id_2a83fe9a_render._withStripped = true
|
|
60697
60713
|
|
|
60698
60714
|
|
|
60699
|
-
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=
|
|
60715
|
+
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=2a83fe9a&
|
|
60700
60716
|
|
|
60701
|
-
// 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/index.vue?vue&type=template&id=
|
|
60702
|
-
var
|
|
60717
|
+
// 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/index.vue?vue&type=template&id=2a26a093&scoped=true&
|
|
60718
|
+
var simplicityvue_type_template_id_2a26a093_scoped_true_render = function () {
|
|
60703
60719
|
var _vm = this
|
|
60704
60720
|
var _h = _vm.$createElement
|
|
60705
60721
|
var _c = _vm._self._c || _h
|
|
@@ -61409,11 +61425,11 @@ var simplicityvue_type_template_id_772635c6_scoped_true_render = function () {
|
|
|
61409
61425
|
),
|
|
61410
61426
|
])
|
|
61411
61427
|
}
|
|
61412
|
-
var
|
|
61413
|
-
|
|
61428
|
+
var simplicityvue_type_template_id_2a26a093_scoped_true_staticRenderFns = []
|
|
61429
|
+
simplicityvue_type_template_id_2a26a093_scoped_true_render._withStripped = true
|
|
61414
61430
|
|
|
61415
61431
|
|
|
61416
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
61432
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=2a26a093&scoped=true&
|
|
61417
61433
|
|
|
61418
61434
|
// 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/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
|
|
61419
61435
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -61564,8 +61580,8 @@ var avatar_component = normalizeComponent(
|
|
|
61564
61580
|
)
|
|
61565
61581
|
|
|
61566
61582
|
/* harmony default export */ var avatar = (avatar_component.exports);
|
|
61567
|
-
// 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/handler.vue?vue&type=template&id=
|
|
61568
|
-
var
|
|
61583
|
+
// 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/handler.vue?vue&type=template&id=fa0660c6&scoped=true&
|
|
61584
|
+
var handlervue_type_template_id_fa0660c6_scoped_true_render = function () {
|
|
61569
61585
|
var _vm = this
|
|
61570
61586
|
var _h = _vm.$createElement
|
|
61571
61587
|
var _c = _vm._self._c || _h
|
|
@@ -61673,7 +61689,20 @@ var handlervue_type_template_id_4a14597c_scoped_true_render = function () {
|
|
|
61673
61689
|
)
|
|
61674
61690
|
: _c(
|
|
61675
61691
|
"div",
|
|
61676
|
-
{
|
|
61692
|
+
{
|
|
61693
|
+
key: item.type,
|
|
61694
|
+
staticClass: "es-simplicity-handler-item",
|
|
61695
|
+
class: {
|
|
61696
|
+
"es-simplicity-handler-item-hover":
|
|
61697
|
+
_vm.showTitleType === "text",
|
|
61698
|
+
},
|
|
61699
|
+
on: {
|
|
61700
|
+
click: function ($event) {
|
|
61701
|
+
$event.stopPropagation()
|
|
61702
|
+
_vm.handleClick(item)
|
|
61703
|
+
},
|
|
61704
|
+
},
|
|
61705
|
+
},
|
|
61677
61706
|
[
|
|
61678
61707
|
_c(
|
|
61679
61708
|
"el-badge",
|
|
@@ -61688,19 +61717,21 @@ var handlervue_type_template_id_4a14597c_scoped_true_render = function () {
|
|
|
61688
61717
|
[
|
|
61689
61718
|
_c("es-icon", {
|
|
61690
61719
|
staticClass: "es-simplicity-handler-icon",
|
|
61691
|
-
|
|
61692
|
-
|
|
61693
|
-
|
|
61694
|
-
$event.stopPropagation()
|
|
61695
|
-
_vm.handleClick(item)
|
|
61696
|
-
},
|
|
61720
|
+
class: {
|
|
61721
|
+
"es-simplicity-handler-icon-hover":
|
|
61722
|
+
_vm.showTitleType !== "text",
|
|
61697
61723
|
},
|
|
61724
|
+
attrs: { contents: item.icon },
|
|
61698
61725
|
}),
|
|
61699
61726
|
],
|
|
61700
61727
|
1
|
|
61701
61728
|
),
|
|
61702
61729
|
_vm.showTitleType === "text"
|
|
61703
|
-
? _c(
|
|
61730
|
+
? _c(
|
|
61731
|
+
"span",
|
|
61732
|
+
{ staticClass: "es-simplicity-handler-text" },
|
|
61733
|
+
[_vm._v(_vm._s(item.title))]
|
|
61734
|
+
)
|
|
61704
61735
|
: _vm._e(),
|
|
61705
61736
|
],
|
|
61706
61737
|
1
|
|
@@ -61711,11 +61742,11 @@ var handlervue_type_template_id_4a14597c_scoped_true_render = function () {
|
|
|
61711
61742
|
2
|
|
61712
61743
|
)
|
|
61713
61744
|
}
|
|
61714
|
-
var
|
|
61715
|
-
|
|
61745
|
+
var handlervue_type_template_id_fa0660c6_scoped_true_staticRenderFns = []
|
|
61746
|
+
handlervue_type_template_id_fa0660c6_scoped_true_render._withStripped = true
|
|
61716
61747
|
|
|
61717
61748
|
|
|
61718
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=
|
|
61749
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=fa0660c6&scoped=true&
|
|
61719
61750
|
|
|
61720
61751
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/handler.vue?vue&type=script&lang=js&
|
|
61721
61752
|
//
|
|
@@ -61797,6 +61828,20 @@ handlervue_type_template_id_4a14597c_scoped_true_render._withStripped = true
|
|
|
61797
61828
|
//
|
|
61798
61829
|
//
|
|
61799
61830
|
//
|
|
61831
|
+
//
|
|
61832
|
+
//
|
|
61833
|
+
//
|
|
61834
|
+
//
|
|
61835
|
+
//
|
|
61836
|
+
//
|
|
61837
|
+
//
|
|
61838
|
+
//
|
|
61839
|
+
//
|
|
61840
|
+
//
|
|
61841
|
+
//
|
|
61842
|
+
//
|
|
61843
|
+
//
|
|
61844
|
+
//
|
|
61800
61845
|
|
|
61801
61846
|
|
|
61802
61847
|
/* harmony default export */ var handlervue_type_script_lang_js_ = ({
|
|
@@ -61875,18 +61920,18 @@ handlervue_type_template_id_4a14597c_scoped_true_render._withStripped = true
|
|
|
61875
61920
|
|
|
61876
61921
|
var handler_component = normalizeComponent(
|
|
61877
61922
|
simplicity_handlervue_type_script_lang_js_,
|
|
61878
|
-
|
|
61879
|
-
|
|
61923
|
+
handlervue_type_template_id_fa0660c6_scoped_true_render,
|
|
61924
|
+
handlervue_type_template_id_fa0660c6_scoped_true_staticRenderFns,
|
|
61880
61925
|
false,
|
|
61881
61926
|
null,
|
|
61882
|
-
"
|
|
61927
|
+
"fa0660c6",
|
|
61883
61928
|
null
|
|
61884
61929
|
|
|
61885
61930
|
)
|
|
61886
61931
|
|
|
61887
61932
|
/* harmony default export */ var simplicity_handler = (handler_component.exports);
|
|
61888
|
-
// 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/sub-menu.vue?vue&type=template&id=
|
|
61889
|
-
var
|
|
61933
|
+
// 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/sub-menu.vue?vue&type=template&id=22bf986e&scoped=true&
|
|
61934
|
+
var sub_menuvue_type_template_id_22bf986e_scoped_true_render = function () {
|
|
61890
61935
|
var this$1 = this
|
|
61891
61936
|
var _vm = this
|
|
61892
61937
|
var _h = _vm.$createElement
|
|
@@ -61927,49 +61972,68 @@ var sub_menuvue_type_template_id_e0dea43a_scoped_true_render = function () {
|
|
|
61927
61972
|
style: { width: _vm.width + "px" },
|
|
61928
61973
|
},
|
|
61929
61974
|
[
|
|
61930
|
-
_c(
|
|
61931
|
-
|
|
61932
|
-
|
|
61933
|
-
|
|
61934
|
-
|
|
61935
|
-
|
|
61936
|
-
)
|
|
61937
|
-
: _vm._e(),
|
|
61938
|
-
_c("i", {
|
|
61939
|
-
directives: [
|
|
61975
|
+
_c(
|
|
61976
|
+
"div",
|
|
61977
|
+
{ staticClass: "es-simplicity-menus-title" },
|
|
61978
|
+
[
|
|
61979
|
+
_c(
|
|
61980
|
+
"el-tooltip",
|
|
61940
61981
|
{
|
|
61941
|
-
|
|
61942
|
-
|
|
61943
|
-
|
|
61944
|
-
|
|
61945
|
-
|
|
61946
|
-
|
|
61947
|
-
|
|
61948
|
-
"es-icon-shouqicaidan es-simplicity-menus-title-icon",
|
|
61949
|
-
on: {
|
|
61950
|
-
click: function ($event) {
|
|
61951
|
-
_vm.handleFold(true)
|
|
61982
|
+
staticClass: "item",
|
|
61983
|
+
attrs: {
|
|
61984
|
+
effect: "dark",
|
|
61985
|
+
placement: "right",
|
|
61986
|
+
content: _vm.title || _vm.text,
|
|
61987
|
+
auto: true,
|
|
61988
|
+
},
|
|
61952
61989
|
},
|
|
61953
|
-
|
|
61954
|
-
|
|
61955
|
-
|
|
61956
|
-
|
|
61957
|
-
|
|
61958
|
-
|
|
61959
|
-
|
|
61960
|
-
|
|
61961
|
-
|
|
61990
|
+
[
|
|
61991
|
+
!_vm.fold
|
|
61992
|
+
? _c(
|
|
61993
|
+
"span",
|
|
61994
|
+
{ staticClass: "es-simplicity-menus-title-text" },
|
|
61995
|
+
[_vm._v(_vm._s(_vm.title || _vm.text))]
|
|
61996
|
+
)
|
|
61997
|
+
: _vm._e(),
|
|
61998
|
+
]
|
|
61999
|
+
),
|
|
62000
|
+
_c("i", {
|
|
62001
|
+
directives: [
|
|
62002
|
+
{
|
|
62003
|
+
name: "show",
|
|
62004
|
+
rawName: "v-show",
|
|
62005
|
+
value: !_vm.fold,
|
|
62006
|
+
expression: "!fold",
|
|
62007
|
+
},
|
|
62008
|
+
],
|
|
62009
|
+
staticClass:
|
|
62010
|
+
"es-icon-shouqicaidan es-simplicity-menus-title-icon",
|
|
62011
|
+
on: {
|
|
62012
|
+
click: function ($event) {
|
|
62013
|
+
_vm.handleFold(true)
|
|
62014
|
+
},
|
|
61962
62015
|
},
|
|
61963
|
-
|
|
61964
|
-
|
|
61965
|
-
|
|
61966
|
-
|
|
61967
|
-
|
|
61968
|
-
|
|
62016
|
+
}),
|
|
62017
|
+
_c("i", {
|
|
62018
|
+
directives: [
|
|
62019
|
+
{
|
|
62020
|
+
name: "show",
|
|
62021
|
+
rawName: "v-show",
|
|
62022
|
+
value: _vm.fold,
|
|
62023
|
+
expression: "fold",
|
|
62024
|
+
},
|
|
62025
|
+
],
|
|
62026
|
+
staticClass:
|
|
62027
|
+
"es-icon-shouqicaidan-right es-simplicity-menus-title-icon",
|
|
62028
|
+
on: {
|
|
62029
|
+
click: function ($event) {
|
|
62030
|
+
_vm.handleFold(false)
|
|
62031
|
+
},
|
|
61969
62032
|
},
|
|
61970
|
-
},
|
|
61971
|
-
|
|
61972
|
-
|
|
62033
|
+
}),
|
|
62034
|
+
],
|
|
62035
|
+
1
|
|
62036
|
+
),
|
|
61973
62037
|
_vm.collapse
|
|
61974
62038
|
? _c(
|
|
61975
62039
|
"div",
|
|
@@ -62074,11 +62138,11 @@ var sub_menuvue_type_template_id_e0dea43a_scoped_true_render = function () {
|
|
|
62074
62138
|
]
|
|
62075
62139
|
)
|
|
62076
62140
|
}
|
|
62077
|
-
var
|
|
62078
|
-
|
|
62141
|
+
var sub_menuvue_type_template_id_22bf986e_scoped_true_staticRenderFns = []
|
|
62142
|
+
sub_menuvue_type_template_id_22bf986e_scoped_true_render._withStripped = true
|
|
62079
62143
|
|
|
62080
62144
|
|
|
62081
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=
|
|
62145
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=22bf986e&scoped=true&
|
|
62082
62146
|
|
|
62083
62147
|
// 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/menu-list.vue?vue&type=template&id=49c7f205&scoped=true&
|
|
62084
62148
|
var menu_listvue_type_template_id_49c7f205_scoped_true_render = function () {
|
|
@@ -62476,6 +62540,14 @@ var menu_list_component = normalizeComponent(
|
|
|
62476
62540
|
//
|
|
62477
62541
|
//
|
|
62478
62542
|
//
|
|
62543
|
+
//
|
|
62544
|
+
//
|
|
62545
|
+
//
|
|
62546
|
+
//
|
|
62547
|
+
//
|
|
62548
|
+
//
|
|
62549
|
+
//
|
|
62550
|
+
//
|
|
62479
62551
|
|
|
62480
62552
|
|
|
62481
62553
|
/* harmony default export */ var sub_menuvue_type_script_lang_js_ = ({
|
|
@@ -62633,11 +62705,11 @@ var menu_list_component = normalizeComponent(
|
|
|
62633
62705
|
|
|
62634
62706
|
var sub_menu_component = normalizeComponent(
|
|
62635
62707
|
simplicity_sub_menuvue_type_script_lang_js_,
|
|
62636
|
-
|
|
62637
|
-
|
|
62708
|
+
sub_menuvue_type_template_id_22bf986e_scoped_true_render,
|
|
62709
|
+
sub_menuvue_type_template_id_22bf986e_scoped_true_staticRenderFns,
|
|
62638
62710
|
false,
|
|
62639
62711
|
null,
|
|
62640
|
-
"
|
|
62712
|
+
"22bf986e",
|
|
62641
62713
|
null
|
|
62642
62714
|
|
|
62643
62715
|
)
|
|
@@ -64248,8 +64320,8 @@ var user_component = normalizeComponent(
|
|
|
64248
64320
|
)
|
|
64249
64321
|
|
|
64250
64322
|
/* harmony default export */ var simplicity_user = (user_component.exports);
|
|
64251
|
-
// 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/message.vue?vue&type=template&id=
|
|
64252
|
-
var
|
|
64323
|
+
// 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/message.vue?vue&type=template&id=1a8c1efc&
|
|
64324
|
+
var messagevue_type_template_id_1a8c1efc_render = function () {
|
|
64253
64325
|
var _vm = this
|
|
64254
64326
|
var _h = _vm.$createElement
|
|
64255
64327
|
var _c = _vm._self._c || _h
|
|
@@ -64414,13 +64486,15 @@ var messagevue_type_template_id_324b2ecc_render = function () {
|
|
|
64414
64486
|
1
|
|
64415
64487
|
)
|
|
64416
64488
|
}
|
|
64417
|
-
var
|
|
64418
|
-
|
|
64489
|
+
var messagevue_type_template_id_1a8c1efc_staticRenderFns = []
|
|
64490
|
+
messagevue_type_template_id_1a8c1efc_render._withStripped = true
|
|
64419
64491
|
|
|
64420
64492
|
|
|
64421
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/message.vue?vue&type=template&id=
|
|
64493
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/message.vue?vue&type=template&id=1a8c1efc&
|
|
64422
64494
|
|
|
64423
64495
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/message.vue?vue&type=script&lang=js&
|
|
64496
|
+
var messagevue_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; };
|
|
64497
|
+
|
|
64424
64498
|
//
|
|
64425
64499
|
//
|
|
64426
64500
|
//
|
|
@@ -64639,6 +64713,30 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
64639
64713
|
handleMessage: function handleMessage(item, index) {
|
|
64640
64714
|
var _this4 = this;
|
|
64641
64715
|
|
|
64716
|
+
var openModel = utils_util["a" /* default */].getStorage('openModel');
|
|
64717
|
+
if (openModel && openModel == 'dialog') {
|
|
64718
|
+
var handlerUrl = item.handlerUrl,
|
|
64719
|
+
title = item.title,
|
|
64720
|
+
id = item.id,
|
|
64721
|
+
metaData = item.metaData;
|
|
64722
|
+
|
|
64723
|
+
metaData && (title = metaData.title || metaData.pendtitle || metaData.meetName || title || '办理');
|
|
64724
|
+
var jsonData = metaData && metaData.jsonData ? JSON.parse(metaData.jsonData) : {};
|
|
64725
|
+
utils_util["a" /* default */].busEmit(this, {
|
|
64726
|
+
method: 'windowOpen',
|
|
64727
|
+
args: messagevue_type_script_lang_js_extends({
|
|
64728
|
+
url: handlerUrl,
|
|
64729
|
+
title: title,
|
|
64730
|
+
id: id
|
|
64731
|
+
}, jsonData, {
|
|
64732
|
+
callBack: function callBack() {
|
|
64733
|
+
_this4.count -= 1;
|
|
64734
|
+
_this4.msgs.splice(index, 1);
|
|
64735
|
+
}
|
|
64736
|
+
})
|
|
64737
|
+
});
|
|
64738
|
+
return;
|
|
64739
|
+
}
|
|
64642
64740
|
this.count -= 1;
|
|
64643
64741
|
this.msgs.splice(index, 1);
|
|
64644
64742
|
if (this.winopen) {
|
|
@@ -64692,8 +64790,8 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
64692
64790
|
|
|
64693
64791
|
var message_component = normalizeComponent(
|
|
64694
64792
|
simplicity_messagevue_type_script_lang_js_,
|
|
64695
|
-
|
|
64696
|
-
|
|
64793
|
+
messagevue_type_template_id_1a8c1efc_render,
|
|
64794
|
+
messagevue_type_template_id_1a8c1efc_staticRenderFns,
|
|
64697
64795
|
false,
|
|
64698
64796
|
null,
|
|
64699
64797
|
null,
|
|
@@ -64702,8 +64800,8 @@ var message_component = normalizeComponent(
|
|
|
64702
64800
|
)
|
|
64703
64801
|
|
|
64704
64802
|
/* harmony default export */ var simplicity_message = (message_component.exports);
|
|
64705
|
-
// 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/notice.vue?vue&type=template&id=
|
|
64706
|
-
var
|
|
64803
|
+
// 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/notice.vue?vue&type=template&id=0e636a56&
|
|
64804
|
+
var noticevue_type_template_id_0e636a56_render = function () {
|
|
64707
64805
|
var _vm = this
|
|
64708
64806
|
var _h = _vm.$createElement
|
|
64709
64807
|
var _c = _vm._self._c || _h
|
|
@@ -64851,13 +64949,15 @@ var noticevue_type_template_id_4696772e_render = function () {
|
|
|
64851
64949
|
]
|
|
64852
64950
|
)
|
|
64853
64951
|
}
|
|
64854
|
-
var
|
|
64855
|
-
|
|
64952
|
+
var noticevue_type_template_id_0e636a56_staticRenderFns = []
|
|
64953
|
+
noticevue_type_template_id_0e636a56_render._withStripped = true
|
|
64856
64954
|
|
|
64857
64955
|
|
|
64858
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/notice.vue?vue&type=template&id=
|
|
64956
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/notice.vue?vue&type=template&id=0e636a56&
|
|
64859
64957
|
|
|
64860
64958
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/notice.vue?vue&type=script&lang=js&
|
|
64959
|
+
var noticevue_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; };
|
|
64960
|
+
|
|
64861
64961
|
//
|
|
64862
64962
|
//
|
|
64863
64963
|
//
|
|
@@ -65018,6 +65118,29 @@ noticevue_type_template_id_4696772e_render._withStripped = true
|
|
|
65018
65118
|
handleMessage: function handleMessage(item, index) {
|
|
65019
65119
|
var _this3 = this;
|
|
65020
65120
|
|
|
65121
|
+
var openModel = utils_util["a" /* default */].getStorage('openModel');
|
|
65122
|
+
if (openModel && openModel == 'dialog') {
|
|
65123
|
+
var handlerUrl = item.handlerUrl,
|
|
65124
|
+
title = item.title,
|
|
65125
|
+
id = item.id,
|
|
65126
|
+
metaData = item.metaData;
|
|
65127
|
+
|
|
65128
|
+
metaData && (title = metaData.title || metaData.pendtitle || metaData.meetName || title || '办理');
|
|
65129
|
+
var jsonData = metaData && metaData.jsonData ? JSON.parse(metaData.jsonData) : {};
|
|
65130
|
+
utils_util["a" /* default */].busEmit(this, {
|
|
65131
|
+
method: 'windowOpen',
|
|
65132
|
+
args: noticevue_type_script_lang_js_extends({
|
|
65133
|
+
url: handlerUrl,
|
|
65134
|
+
title: title,
|
|
65135
|
+
id: id
|
|
65136
|
+
}, jsonData, {
|
|
65137
|
+
callBack: function callBack() {
|
|
65138
|
+
_this3.index = index;
|
|
65139
|
+
}
|
|
65140
|
+
})
|
|
65141
|
+
});
|
|
65142
|
+
return;
|
|
65143
|
+
}
|
|
65021
65144
|
if (item.urlopenmode === 1 || this.winopen) {
|
|
65022
65145
|
var mywin = utils_util["a" /* default */].win.open(item.handlerUrl);
|
|
65023
65146
|
if (mywin) {
|
|
@@ -65065,8 +65188,8 @@ noticevue_type_template_id_4696772e_render._withStripped = true
|
|
|
65065
65188
|
|
|
65066
65189
|
var notice_component = normalizeComponent(
|
|
65067
65190
|
simplicity_noticevue_type_script_lang_js_,
|
|
65068
|
-
|
|
65069
|
-
|
|
65191
|
+
noticevue_type_template_id_0e636a56_render,
|
|
65192
|
+
noticevue_type_template_id_0e636a56_staticRenderFns,
|
|
65070
65193
|
false,
|
|
65071
65194
|
null,
|
|
65072
65195
|
null,
|
|
@@ -65755,8 +65878,8 @@ var router_page_component = normalizeComponent(
|
|
|
65755
65878
|
)
|
|
65756
65879
|
|
|
65757
65880
|
/* harmony default export */ var router_page = (router_page_component.exports);
|
|
65758
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/online.vue?vue&type=template&id=
|
|
65759
|
-
var
|
|
65881
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/online.vue?vue&type=template&id=6706bd21&scoped=true&
|
|
65882
|
+
var onlinevue_type_template_id_6706bd21_scoped_true_render = function () {
|
|
65760
65883
|
var _vm = this
|
|
65761
65884
|
var _h = _vm.$createElement
|
|
65762
65885
|
var _c = _vm._self._c || _h
|
|
@@ -65764,11 +65887,11 @@ var onlinevue_type_template_id_63844b4e_scoped_true_render = function () {
|
|
|
65764
65887
|
attrs: { numbers: "", url: _vm.sysuseronline, thead: _vm.thead, page: "" },
|
|
65765
65888
|
})
|
|
65766
65889
|
}
|
|
65767
|
-
var
|
|
65768
|
-
|
|
65890
|
+
var onlinevue_type_template_id_6706bd21_scoped_true_staticRenderFns = []
|
|
65891
|
+
onlinevue_type_template_id_6706bd21_scoped_true_render._withStripped = true
|
|
65769
65892
|
|
|
65770
65893
|
|
|
65771
|
-
// CONCATENATED MODULE: ./packages/main/src/public/online.vue?vue&type=template&id=
|
|
65894
|
+
// CONCATENATED MODULE: ./packages/main/src/public/online.vue?vue&type=template&id=6706bd21&scoped=true&
|
|
65772
65895
|
|
|
65773
65896
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/online.vue?vue&type=script&lang=js&
|
|
65774
65897
|
//
|
|
@@ -65821,7 +65944,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
|
|
|
65821
65944
|
title: '登录时间',
|
|
65822
65945
|
field: 'loginDate',
|
|
65823
65946
|
align: 'center',
|
|
65824
|
-
width:
|
|
65947
|
+
width: 170
|
|
65825
65948
|
}, {
|
|
65826
65949
|
title: '登录次数',
|
|
65827
65950
|
field: 'freQuency',
|
|
@@ -65861,11 +65984,11 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
|
|
|
65861
65984
|
|
|
65862
65985
|
var online_component = normalizeComponent(
|
|
65863
65986
|
public_onlinevue_type_script_lang_js_,
|
|
65864
|
-
|
|
65865
|
-
|
|
65987
|
+
onlinevue_type_template_id_6706bd21_scoped_true_render,
|
|
65988
|
+
onlinevue_type_template_id_6706bd21_scoped_true_staticRenderFns,
|
|
65866
65989
|
false,
|
|
65867
65990
|
null,
|
|
65868
|
-
"
|
|
65991
|
+
"6706bd21",
|
|
65869
65992
|
null
|
|
65870
65993
|
|
|
65871
65994
|
)
|
|
@@ -67222,7 +67345,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67222
67345
|
//是否显示头像
|
|
67223
67346
|
avatar: {
|
|
67224
67347
|
type: Boolean,
|
|
67225
|
-
default:
|
|
67348
|
+
default: true
|
|
67226
67349
|
},
|
|
67227
67350
|
//im用例编码
|
|
67228
67351
|
imUseCaseCode: String,
|
|
@@ -67458,7 +67581,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67458
67581
|
dialog: {},
|
|
67459
67582
|
handleNums: {
|
|
67460
67583
|
//消息数
|
|
67461
|
-
notice:
|
|
67584
|
+
notice: 0,
|
|
67462
67585
|
//在线人数
|
|
67463
67586
|
online: 1
|
|
67464
67587
|
},
|
|
@@ -67502,15 +67625,16 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67502
67625
|
_handleDatas: function _handleDatas() {
|
|
67503
67626
|
var _this = this;
|
|
67504
67627
|
|
|
67505
|
-
|
|
67628
|
+
var handleDatas = this.handleDatas.filter(function (item, index) {
|
|
67506
67629
|
if (item.type === 'contact' && _this.contact) {
|
|
67507
|
-
|
|
67630
|
+
_this.$set(_this.handleDatas, index, simplicityvue_type_script_lang_js_extends({}, item, _this.contact));
|
|
67508
67631
|
}
|
|
67509
67632
|
if (item.type === 'contact' && !_this.contact) {
|
|
67510
67633
|
return false;
|
|
67511
67634
|
}
|
|
67512
67635
|
return !item.hide && !_this.hide[item.type];
|
|
67513
67636
|
});
|
|
67637
|
+
return handleDatas;
|
|
67514
67638
|
},
|
|
67515
67639
|
|
|
67516
67640
|
//菜单接口
|
|
@@ -67781,6 +67905,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67781
67905
|
if (results[i].contact) {
|
|
67782
67906
|
var contact = JSON.parse(results[i].contact);
|
|
67783
67907
|
var content = contact.content.split(',');
|
|
67908
|
+
this;
|
|
67784
67909
|
this.contact = simplicityvue_type_script_lang_js_extends({}, contact, {
|
|
67785
67910
|
content: content
|
|
67786
67911
|
});
|
|
@@ -68508,32 +68633,29 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68508
68633
|
handleRefresh: function handleRefresh(arg) {
|
|
68509
68634
|
var i = arg && arg != true && arg !== 'pageData' ? utils_util["a" /* default */].indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
68510
68635
|
var tab = this.tabs[i];
|
|
68511
|
-
if (tab.method === 'iframe') {
|
|
68512
|
-
|
|
68513
|
-
|
|
68514
|
-
|
|
68515
|
-
|
|
68516
|
-
|
|
68517
|
-
var iframe = document.getElementById(_tab6.id || _tab6.appCode);
|
|
68518
|
-
iframe.contentWindow.postMessage({ method: 'refresh' }, _tab6.url);
|
|
68519
|
-
} else {
|
|
68520
|
-
this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab6.url));
|
|
68521
|
-
}
|
|
68636
|
+
if (isIE || tab.method === 'iframe') {
|
|
68637
|
+
if (arg && arg === 'pageData') {
|
|
68638
|
+
var iframe = document.getElementById(tab.id || tab.appCode);
|
|
68639
|
+
iframe.contentWindow.postMessage({ method: 'refresh' }, tab.url);
|
|
68640
|
+
} else {
|
|
68641
|
+
this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(tab.url));
|
|
68522
68642
|
}
|
|
68523
|
-
|
|
68524
|
-
|
|
68525
|
-
|
|
68526
|
-
|
|
68527
|
-
|
|
68528
|
-
|
|
68643
|
+
return;
|
|
68644
|
+
}
|
|
68645
|
+
if (tab.method === 'wujie' && tab.appCode) {
|
|
68646
|
+
if (arg && arg === 'pageData') {
|
|
68647
|
+
external_wujie_vue2_default.a.$emit('refresh', tab);
|
|
68648
|
+
} else {
|
|
68649
|
+
window.document.querySelector('iframe[name=' + tab.appCode + ']').contentWindow.location.reload(true);
|
|
68529
68650
|
}
|
|
68530
|
-
|
|
68531
|
-
|
|
68532
|
-
|
|
68533
|
-
|
|
68534
|
-
|
|
68535
|
-
|
|
68536
|
-
|
|
68651
|
+
return;
|
|
68652
|
+
}
|
|
68653
|
+
if (tab.method === 'router') {
|
|
68654
|
+
if (arg && arg === 'pageData') {
|
|
68655
|
+
var bus = this.bus || this.$root.Bus;
|
|
68656
|
+
bus.$emit('refresh', tab);
|
|
68657
|
+
} else {
|
|
68658
|
+
this.$set(this.tabs[i], 'keys', utils_util["a" /* default */].uuid());
|
|
68537
68659
|
}
|
|
68538
68660
|
}
|
|
68539
68661
|
},
|
|
@@ -68874,16 +68996,16 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68874
68996
|
this.$set(tab, 'url', utils_util["a" /* default */].handlerUrl(tab.url, param));
|
|
68875
68997
|
this.tabs.splice(n + 1, 0, tab);
|
|
68876
68998
|
} else {
|
|
68877
|
-
var
|
|
68878
|
-
if (
|
|
68879
|
-
this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(
|
|
68999
|
+
var _tab6 = this.tabs[i];
|
|
69000
|
+
if (_tab6.method === 'iframe') {
|
|
69001
|
+
this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab6.url, param));
|
|
68880
69002
|
}
|
|
68881
|
-
if (
|
|
68882
|
-
var url = param ? utils_util["a" /* default */].handlerUrl(
|
|
69003
|
+
if (_tab6.method === 'wujie' && _tab6.appCode) {
|
|
69004
|
+
var url = param ? utils_util["a" /* default */].handlerUrl(_tab6.url, param) : _tab6.url;
|
|
68883
69005
|
if (reload || param) {
|
|
68884
|
-
|
|
69006
|
+
_tab6.url = '';
|
|
68885
69007
|
this.$nextTick(function () {
|
|
68886
|
-
|
|
69008
|
+
_tab6.url = url;
|
|
68887
69009
|
});
|
|
68888
69010
|
}
|
|
68889
69011
|
// if (param) {
|
|
@@ -68896,8 +69018,8 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68896
69018
|
// .contentWindow.location.reload(true);
|
|
68897
69019
|
// }
|
|
68898
69020
|
}
|
|
68899
|
-
if (
|
|
68900
|
-
this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(
|
|
69021
|
+
if (_tab6.method === 'router') {
|
|
69022
|
+
this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab6.url, param));
|
|
68901
69023
|
this.$set(this.tabs[i], 'keys', utils_util["a" /* default */].uuid());
|
|
68902
69024
|
}
|
|
68903
69025
|
}
|
|
@@ -68961,11 +69083,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68961
69083
|
|
|
68962
69084
|
var simplicity_component = normalizeComponent(
|
|
68963
69085
|
src_simplicityvue_type_script_lang_js_,
|
|
68964
|
-
|
|
68965
|
-
|
|
69086
|
+
simplicityvue_type_template_id_2a26a093_scoped_true_render,
|
|
69087
|
+
simplicityvue_type_template_id_2a26a093_scoped_true_staticRenderFns,
|
|
68966
69088
|
false,
|
|
68967
69089
|
null,
|
|
68968
|
-
"
|
|
69090
|
+
"2a26a093",
|
|
68969
69091
|
null
|
|
68970
69092
|
|
|
68971
69093
|
)
|
|
@@ -73040,6 +73162,13 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
73040
73162
|
//
|
|
73041
73163
|
//
|
|
73042
73164
|
//
|
|
73165
|
+
//
|
|
73166
|
+
//
|
|
73167
|
+
//
|
|
73168
|
+
//
|
|
73169
|
+
//
|
|
73170
|
+
//
|
|
73171
|
+
//
|
|
73043
73172
|
|
|
73044
73173
|
|
|
73045
73174
|
|
|
@@ -73127,6 +73256,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
73127
73256
|
this.$nextTick(function () {
|
|
73128
73257
|
_this.getConfig();
|
|
73129
73258
|
var bus = _this.bus || _this.$root.Bus;
|
|
73259
|
+
console.log('bus', bus);
|
|
73130
73260
|
if (bus) {
|
|
73131
73261
|
bus.$on('reLogin', _this.handleReLogin);
|
|
73132
73262
|
bus.$on('refresh', _this.$refs.main.handleRefresh);
|
|
@@ -73320,8 +73450,10 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
73320
73450
|
height = _ref$height === undefined ? '100%' : _ref$height,
|
|
73321
73451
|
appCode = _ref.appCode,
|
|
73322
73452
|
id = _ref.id,
|
|
73323
|
-
size = _ref.size
|
|
73453
|
+
size = _ref.size,
|
|
73454
|
+
config = main_src_mainvue_type_script_lang_js_objectWithoutProperties(_ref, ['url', 'name', 'width', 'height', 'appCode', 'id', 'size']);
|
|
73324
73455
|
|
|
73456
|
+
url = typeof arguments[0] === 'string' ? arguments[0] : url;
|
|
73325
73457
|
id = id ? id : appCode ? undefined : 'iframe' + this.dialogs.length;
|
|
73326
73458
|
var openModel = utils_util["a" /* default */].getStorage('openModel');
|
|
73327
73459
|
var src = url;
|
|
@@ -73335,7 +73467,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
73335
73467
|
src = pathname + url.replace('./', '/');
|
|
73336
73468
|
}
|
|
73337
73469
|
if (openModel && openModel == 'dialog') {
|
|
73338
|
-
var _dialog = {
|
|
73470
|
+
var _dialog = main_src_mainvue_type_script_lang_js_extends({
|
|
73339
73471
|
id: id,
|
|
73340
73472
|
url: src,
|
|
73341
73473
|
name: name,
|
|
@@ -73344,7 +73476,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
73344
73476
|
appCode: appCode,
|
|
73345
73477
|
visible: false,
|
|
73346
73478
|
size: size
|
|
73347
|
-
};
|
|
73479
|
+
}, config);
|
|
73348
73480
|
var n = this.dialogs.push(_dialog);
|
|
73349
73481
|
this.$nextTick(function () {
|
|
73350
73482
|
_this5.$set(_dialog, 'index', n - 1);
|
|
@@ -73383,7 +73515,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
73383
73515
|
id = _ref2.id,
|
|
73384
73516
|
index = _ref2.index,
|
|
73385
73517
|
refresh = _ref2.refresh,
|
|
73386
|
-
jumpMenu = _ref2.jumpMenu
|
|
73518
|
+
jumpMenu = _ref2.jumpMenu,
|
|
73519
|
+
callBack = _ref2.callBack;
|
|
73387
73520
|
|
|
73388
73521
|
if (!appCode && !id) {
|
|
73389
73522
|
console.error('参数错误,缺少appCode或者id');
|
|
@@ -73402,6 +73535,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
73402
73535
|
this.dialogs.splice(_dialog2.index, 1);
|
|
73403
73536
|
}
|
|
73404
73537
|
}
|
|
73538
|
+
callBack && callBack();
|
|
73405
73539
|
refresh && this.$refs.main.handleRefresh(refresh);
|
|
73406
73540
|
jumpMenu && (Array.isArray(jumpMenu) ? (_$refs$main = this.$refs.main).jumpMenu.apply(_$refs$main, jumpMenu) : this.$refs.main.jumpMenu(jumpMenu));
|
|
73407
73541
|
},
|
|
@@ -73488,7 +73622,11 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
73488
73622
|
* @date 2024年9月7日
|
|
73489
73623
|
**/
|
|
73490
73624
|
handleClosed: function handleClosed(res, index) {
|
|
73491
|
-
this
|
|
73625
|
+
var _this6 = this;
|
|
73626
|
+
|
|
73627
|
+
this.$nextTick(function () {
|
|
73628
|
+
_this6.dialogs.splice(index, 1);
|
|
73629
|
+
});
|
|
73492
73630
|
},
|
|
73493
73631
|
|
|
73494
73632
|
/**
|
|
@@ -73513,6 +73651,15 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
73513
73651
|
},
|
|
73514
73652
|
beforeDestroy: function beforeDestroy() {
|
|
73515
73653
|
window.removeEventListener('message', this.handleMessage);
|
|
73654
|
+
var bus = this.bus || this.$root.Bus;
|
|
73655
|
+
if (bus) {
|
|
73656
|
+
bus.$off('reLogin');
|
|
73657
|
+
bus.$off('refresh');
|
|
73658
|
+
bus.$off('windowOpen');
|
|
73659
|
+
bus.$off('windowClose');
|
|
73660
|
+
bus.$off('jumpMenu');
|
|
73661
|
+
bus.$off('emit');
|
|
73662
|
+
}
|
|
73516
73663
|
external_wujie_vue2_default.a.bus.$off('reLogin');
|
|
73517
73664
|
external_wujie_vue2_default.a.bus.$off('refresh');
|
|
73518
73665
|
external_wujie_vue2_default.a.bus.$off('jumpMenu');
|
|
@@ -73531,8 +73678,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
73531
73678
|
|
|
73532
73679
|
var main_src_main_component = normalizeComponent(
|
|
73533
73680
|
packages_main_src_mainvue_type_script_lang_js_,
|
|
73534
|
-
|
|
73535
|
-
|
|
73681
|
+
mainvue_type_template_id_2a83fe9a_render,
|
|
73682
|
+
mainvue_type_template_id_2a83fe9a_staticRenderFns,
|
|
73536
73683
|
false,
|
|
73537
73684
|
null,
|
|
73538
73685
|
null,
|
|
@@ -92169,8 +92316,8 @@ form_src_table.install = function (Vue) {
|
|
|
92169
92316
|
};
|
|
92170
92317
|
|
|
92171
92318
|
/* harmony default export */ var table_form = (form_src_table);
|
|
92172
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=
|
|
92173
|
-
var
|
|
92319
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=97c8bdb8&
|
|
92320
|
+
var mainvue_type_template_id_97c8bdb8_render = function () {
|
|
92174
92321
|
var _vm = this
|
|
92175
92322
|
var _h = _vm.$createElement
|
|
92176
92323
|
var _c = _vm._self._c || _h
|
|
@@ -92189,6 +92336,7 @@ var mainvue_type_template_id_7a96bed3_render = function () {
|
|
|
92189
92336
|
"es-upload-" + _vm.listType,
|
|
92190
92337
|
],
|
|
92191
92338
|
attrs: {
|
|
92339
|
+
portrait: _vm.portrait,
|
|
92192
92340
|
"list-type": _vm.listType,
|
|
92193
92341
|
wait: 1000,
|
|
92194
92342
|
height: _vm.boxHeight,
|
|
@@ -92550,11 +92698,11 @@ var mainvue_type_template_id_7a96bed3_render = function () {
|
|
|
92550
92698
|
)
|
|
92551
92699
|
: _vm._e()
|
|
92552
92700
|
}
|
|
92553
|
-
var
|
|
92554
|
-
|
|
92701
|
+
var mainvue_type_template_id_97c8bdb8_staticRenderFns = []
|
|
92702
|
+
mainvue_type_template_id_97c8bdb8_render._withStripped = true
|
|
92555
92703
|
|
|
92556
92704
|
|
|
92557
|
-
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=
|
|
92705
|
+
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=97c8bdb8&
|
|
92558
92706
|
|
|
92559
92707
|
// CONCATENATED MODULE: ./packages/upload/src/picture.js
|
|
92560
92708
|
/* harmony default export */ var picture = ({
|
|
@@ -92759,6 +92907,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
92759
92907
|
//
|
|
92760
92908
|
//
|
|
92761
92909
|
//
|
|
92910
|
+
//
|
|
92762
92911
|
|
|
92763
92912
|
|
|
92764
92913
|
|
|
@@ -93712,8 +93861,8 @@ var mainvue_type_script_lang_js_props;
|
|
|
93712
93861
|
|
|
93713
93862
|
var upload_src_main_component = normalizeComponent(
|
|
93714
93863
|
packages_upload_src_mainvue_type_script_lang_js_,
|
|
93715
|
-
|
|
93716
|
-
|
|
93864
|
+
mainvue_type_template_id_97c8bdb8_render,
|
|
93865
|
+
mainvue_type_template_id_97c8bdb8_staticRenderFns,
|
|
93717
93866
|
false,
|
|
93718
93867
|
null,
|
|
93719
93868
|
null,
|
|
@@ -94214,7 +94363,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
94214
94363
|
}
|
|
94215
94364
|
|
|
94216
94365
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
94217
|
-
version: '0.7.
|
|
94366
|
+
version: '0.7.35',
|
|
94218
94367
|
install: install,
|
|
94219
94368
|
Button: packages_button,
|
|
94220
94369
|
ButtonGroup: button_group,
|