eoss-ui 0.6.24 → 0.6.26
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 +256 -115
- package/lib/handler.js +73 -38
- package/lib/icons.js +1 -1
- package/lib/index.js +1 -1
- package/lib/login.js +26 -13
- package/lib/main.js +147 -54
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/handler.css +1 -1
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/package.json +1 -1
- package/packages/.DS_Store +0 -0
- package/packages/handler/.DS_Store +0 -0
- package/packages/handler/src/main.vue +60 -46
- package/packages/icons/src/icon.json +1 -1
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/main.vue +25 -9
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/default/index.vue +13 -2
- package/packages/main/src/simplicity/handler.vue +55 -17
- package/packages/main/src/simplicity/index.vue +15 -2
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/handler.css +1 -1
- package/packages/theme-chalk/lib/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/handler.scss +10 -0
- package/packages/theme-chalk/src/icon.scss +8 -0
- package/packages/theme-chalk/src/simplicity.scss +14 -0
- package/src/index.js +1 -1
package/lib/login.js
CHANGED
|
@@ -4026,7 +4026,7 @@ var nightImg = 'data:image/jpeg;base64,/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA
|
|
|
4026
4026
|
// ESM COMPAT FLAG
|
|
4027
4027
|
__webpack_require__.r(__webpack_exports__);
|
|
4028
4028
|
|
|
4029
|
-
// 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=
|
|
4029
|
+
// 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=8b2dac04&
|
|
4030
4030
|
var render = function () {
|
|
4031
4031
|
var _vm = this
|
|
4032
4032
|
var _h = _vm.$createElement
|
|
@@ -4046,13 +4046,10 @@ var render = function () {
|
|
|
4046
4046
|
[
|
|
4047
4047
|
_vm.loginDownloadApp
|
|
4048
4048
|
? _c(
|
|
4049
|
-
"
|
|
4049
|
+
"div",
|
|
4050
4050
|
{
|
|
4051
4051
|
staticClass: "es-download-app",
|
|
4052
|
-
|
|
4053
|
-
target: _vm.downloadApp ? "_blank" : "",
|
|
4054
|
-
href: _vm.downloadApp ? _vm.downloadApp : "javascript:;",
|
|
4055
|
-
},
|
|
4052
|
+
on: { click: _vm.handleDownLoadApps },
|
|
4056
4053
|
},
|
|
4057
4054
|
[
|
|
4058
4055
|
_c("i", { staticClass: "el-icon-mobile-phone" }),
|
|
@@ -5181,7 +5178,7 @@ var staticRenderFns = [
|
|
|
5181
5178
|
render._withStripped = true
|
|
5182
5179
|
|
|
5183
5180
|
|
|
5184
|
-
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=
|
|
5181
|
+
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=8b2dac04&
|
|
5185
5182
|
|
|
5186
5183
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
5187
5184
|
var regenerator_ = __webpack_require__(13);
|
|
@@ -6227,7 +6224,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6227
6224
|
//
|
|
6228
6225
|
//
|
|
6229
6226
|
//
|
|
6230
|
-
//
|
|
6231
6227
|
|
|
6232
6228
|
|
|
6233
6229
|
|
|
@@ -6519,23 +6515,33 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
6519
6515
|
iconfonts: function iconfonts() {
|
|
6520
6516
|
var types = this.loginModel.split(',');
|
|
6521
6517
|
return types.length > 2 ? {
|
|
6522
|
-
0: {
|
|
6518
|
+
0: {
|
|
6519
|
+
type: '0',
|
|
6520
|
+
icon: 'es-icon-shuru',
|
|
6521
|
+
icon2: '',
|
|
6522
|
+
name: '账号登录'
|
|
6523
|
+
},
|
|
6523
6524
|
1: { type: '1', icon: 'es-icon-usb-key', name: '证书登录' },
|
|
6524
|
-
3: {
|
|
6525
|
+
3: {
|
|
6526
|
+
type: '3',
|
|
6527
|
+
icon: 'es-icon-saoma',
|
|
6528
|
+
icon2: '',
|
|
6529
|
+
name: '扫码登录'
|
|
6530
|
+
},
|
|
6525
6531
|
6: { type: '6', icon: 'es-icon-duanxin', name: '短信登录' },
|
|
6526
6532
|
7: { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
|
|
6527
6533
|
9: { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
|
|
6528
6534
|
11: { type: '11', icon: 'es-icon-youxiang', name: '邮箱登录' },
|
|
6529
6535
|
12: { type: '12', icon: 'es-icon-shuru', name: '账号登录' //双因素
|
|
6530
6536
|
} } : {
|
|
6531
|
-
0: { type: '0', icon: 'es-icon-
|
|
6537
|
+
0: { type: '0', icon: 'es-icon-zhanghaodenglu', name: '账号登录' },
|
|
6532
6538
|
1: { type: '1', icon: 'es-icon-ca', name: '证书登录' },
|
|
6533
|
-
3: { type: '3', icon: 'es-icon-
|
|
6539
|
+
3: { type: '3', icon: 'es-icon-saomadenglu', name: '扫码登录' },
|
|
6534
6540
|
6: { type: '6', icon: 'es-icon-duanxin', name: '短信登录' },
|
|
6535
6541
|
7: { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
|
|
6536
6542
|
9: { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
|
|
6537
6543
|
11: { type: '11', icon: 'es-icon-wodeyouxiang', name: '邮箱登录' },
|
|
6538
|
-
12: { type: '12', icon: 'es-icon-
|
|
6544
|
+
12: { type: '12', icon: 'es-icon-zhanghaodenglu', name: '账号登录' //双因素
|
|
6539
6545
|
} };
|
|
6540
6546
|
},
|
|
6541
6547
|
icons: function icons() {
|
|
@@ -6883,6 +6889,13 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
6883
6889
|
this.showDownLoadApp = true;
|
|
6884
6890
|
}
|
|
6885
6891
|
},
|
|
6892
|
+
handleDownLoadApps: function handleDownLoadApps() {
|
|
6893
|
+
if (this.downloadApp) {
|
|
6894
|
+
window.open(this.downloadApp);
|
|
6895
|
+
} else {
|
|
6896
|
+
this.handleDownLoadApp();
|
|
6897
|
+
}
|
|
6898
|
+
},
|
|
6886
6899
|
switchLogin: function switchLogin(res) {
|
|
6887
6900
|
var _this3 = this;
|
|
6888
6901
|
|
package/lib/main.js
CHANGED
|
@@ -4100,8 +4100,8 @@ render._withStripped = true
|
|
|
4100
4100
|
// EXTERNAL MODULE: ./src/config/image.js
|
|
4101
4101
|
var config_image = __webpack_require__(17);
|
|
4102
4102
|
|
|
4103
|
-
// 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=
|
|
4104
|
-
var
|
|
4103
|
+
// 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=3cf26cfd&scoped=true&
|
|
4104
|
+
var simplicityvue_type_template_id_3cf26cfd_scoped_true_render = function () {
|
|
4105
4105
|
var _vm = this
|
|
4106
4106
|
var _h = _vm.$createElement
|
|
4107
4107
|
var _c = _vm._self._c || _h
|
|
@@ -4536,6 +4536,7 @@ var simplicityvue_type_template_id_b8c4b516_scoped_true_render = function () {
|
|
|
4536
4536
|
slot: "append",
|
|
4537
4537
|
data: _vm.handleData,
|
|
4538
4538
|
hide: _vm.hide,
|
|
4539
|
+
contact: _vm.contact,
|
|
4539
4540
|
online: _vm.userNums,
|
|
4540
4541
|
"notice-num": _vm.notice,
|
|
4541
4542
|
},
|
|
@@ -4731,11 +4732,11 @@ var simplicityvue_type_template_id_b8c4b516_scoped_true_render = function () {
|
|
|
4731
4732
|
),
|
|
4732
4733
|
])
|
|
4733
4734
|
}
|
|
4734
|
-
var
|
|
4735
|
-
|
|
4735
|
+
var simplicityvue_type_template_id_3cf26cfd_scoped_true_staticRenderFns = []
|
|
4736
|
+
simplicityvue_type_template_id_3cf26cfd_scoped_true_render._withStripped = true
|
|
4736
4737
|
|
|
4737
4738
|
|
|
4738
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
4739
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=3cf26cfd&scoped=true&
|
|
4739
4740
|
|
|
4740
4741
|
// 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&
|
|
4741
4742
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -4895,8 +4896,8 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4895
4896
|
)
|
|
4896
4897
|
|
|
4897
4898
|
/* harmony default export */ var avatar = (component.exports);
|
|
4898
|
-
// 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=
|
|
4899
|
-
var
|
|
4899
|
+
// 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=6f2302b2&scoped=true&
|
|
4900
|
+
var handlervue_type_template_id_6f2302b2_scoped_true_render = function () {
|
|
4900
4901
|
var _vm = this
|
|
4901
4902
|
var _h = _vm.$createElement
|
|
4902
4903
|
var _c = _vm._self._c || _h
|
|
@@ -4904,32 +4905,62 @@ var handlervue_type_template_id_9721fa28_scoped_true_render = function () {
|
|
|
4904
4905
|
"div",
|
|
4905
4906
|
{ staticClass: "es-simplicity-handler" },
|
|
4906
4907
|
[
|
|
4907
|
-
_c("div", { staticClass: "es-simplicity-handler-time" }, [
|
|
4908
|
-
_vm._v(_vm._s(_vm.time)),
|
|
4909
|
-
]),
|
|
4910
|
-
_c("div", { staticClass: "es-simplicity-handler-date" }, [
|
|
4911
|
-
_vm._v("\n " + _vm._s(_vm.date) + "\n "),
|
|
4912
|
-
]),
|
|
4913
|
-
_c("div", { staticClass: "es-simplicity-online" }, [
|
|
4914
|
-
_vm._v("\n 当前\n "),
|
|
4915
|
-
_c(
|
|
4916
|
-
"span",
|
|
4917
|
-
{
|
|
4918
|
-
staticClass: "es-simplicity-online-num",
|
|
4919
|
-
class: { "es-pointer": _vm.isClick },
|
|
4920
|
-
on: {
|
|
4921
|
-
click: function ($event) {
|
|
4922
|
-
_vm.isClick ? _vm.handleClick({ type: "online" }) : ""
|
|
4923
|
-
},
|
|
4924
|
-
},
|
|
4925
|
-
},
|
|
4926
|
-
[_vm._v("\n " + _vm._s(_vm.online) + "\n ")]
|
|
4927
|
-
),
|
|
4928
|
-
_vm._v("\n 人在线\n "),
|
|
4929
|
-
]),
|
|
4930
4908
|
_vm._l(_vm.lists, function (item) {
|
|
4931
4909
|
return [
|
|
4932
|
-
item.type
|
|
4910
|
+
item.type == "contact"
|
|
4911
|
+
? _c(
|
|
4912
|
+
"div",
|
|
4913
|
+
{ key: item.type, staticClass: "es-simplicity-contact" },
|
|
4914
|
+
[
|
|
4915
|
+
_c("div", { staticClass: "es-contact-label" }, [
|
|
4916
|
+
_vm._v(_vm._s(item.label)),
|
|
4917
|
+
]),
|
|
4918
|
+
_c(
|
|
4919
|
+
"div",
|
|
4920
|
+
{ staticClass: "es-contact-content" },
|
|
4921
|
+
_vm._l(item.content, function (ele) {
|
|
4922
|
+
return _c("div", { key: ele }, [_vm._v(_vm._s(ele))])
|
|
4923
|
+
}),
|
|
4924
|
+
0
|
|
4925
|
+
),
|
|
4926
|
+
]
|
|
4927
|
+
)
|
|
4928
|
+
: item.type === "dateTime"
|
|
4929
|
+
? _c(
|
|
4930
|
+
"div",
|
|
4931
|
+
{ key: item.type, staticClass: "es-simplicity-date-time" },
|
|
4932
|
+
[
|
|
4933
|
+
_c("div", { staticClass: "es-simplicity-handler-time" }, [
|
|
4934
|
+
_vm._v("\n " + _vm._s(_vm.time) + "\n "),
|
|
4935
|
+
]),
|
|
4936
|
+
_c("div", { staticClass: "es-simplicity-handler-date" }, [
|
|
4937
|
+
_vm._v("\n " + _vm._s(_vm.date) + "\n "),
|
|
4938
|
+
]),
|
|
4939
|
+
]
|
|
4940
|
+
)
|
|
4941
|
+
: item.type === "online"
|
|
4942
|
+
? _c(
|
|
4943
|
+
"div",
|
|
4944
|
+
{ key: item.type, staticClass: "es-simplicity-online" },
|
|
4945
|
+
[
|
|
4946
|
+
_vm._v("\n 当前\n "),
|
|
4947
|
+
_c(
|
|
4948
|
+
"span",
|
|
4949
|
+
{
|
|
4950
|
+
staticClass: "es-simplicity-online-num",
|
|
4951
|
+
class: { "es-pointer": _vm.isClick },
|
|
4952
|
+
on: {
|
|
4953
|
+
click: function ($event) {
|
|
4954
|
+
_vm.isClick ? _vm.handleClick({ type: "online" }) : ""
|
|
4955
|
+
},
|
|
4956
|
+
},
|
|
4957
|
+
},
|
|
4958
|
+
[_vm._v("\n " + _vm._s(_vm.online) + "\n ")]
|
|
4959
|
+
),
|
|
4960
|
+
_vm._v("\n 人在线\n "),
|
|
4961
|
+
]
|
|
4962
|
+
)
|
|
4963
|
+
: item.type === "notice"
|
|
4933
4964
|
? _c(
|
|
4934
4965
|
"el-badge",
|
|
4935
4966
|
{
|
|
@@ -4972,13 +5003,37 @@ var handlervue_type_template_id_9721fa28_scoped_true_render = function () {
|
|
|
4972
5003
|
2
|
|
4973
5004
|
)
|
|
4974
5005
|
}
|
|
4975
|
-
var
|
|
4976
|
-
|
|
5006
|
+
var handlervue_type_template_id_6f2302b2_scoped_true_staticRenderFns = []
|
|
5007
|
+
handlervue_type_template_id_6f2302b2_scoped_true_render._withStripped = true
|
|
4977
5008
|
|
|
4978
5009
|
|
|
4979
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=
|
|
5010
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=6f2302b2&scoped=true&
|
|
4980
5011
|
|
|
4981
5012
|
// 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&
|
|
5013
|
+
var _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; };
|
|
5014
|
+
|
|
5015
|
+
//
|
|
5016
|
+
//
|
|
5017
|
+
//
|
|
5018
|
+
//
|
|
5019
|
+
//
|
|
5020
|
+
//
|
|
5021
|
+
//
|
|
5022
|
+
//
|
|
5023
|
+
//
|
|
5024
|
+
//
|
|
5025
|
+
//
|
|
5026
|
+
//
|
|
5027
|
+
//
|
|
5028
|
+
//
|
|
5029
|
+
//
|
|
5030
|
+
//
|
|
5031
|
+
//
|
|
5032
|
+
//
|
|
5033
|
+
//
|
|
5034
|
+
//
|
|
5035
|
+
//
|
|
5036
|
+
//
|
|
4982
5037
|
//
|
|
4983
5038
|
//
|
|
4984
5039
|
//
|
|
@@ -5030,6 +5085,11 @@ handlervue_type_template_id_9721fa28_scoped_true_render._withStripped = true
|
|
|
5030
5085
|
name: 'Handler',
|
|
5031
5086
|
components: {},
|
|
5032
5087
|
props: {
|
|
5088
|
+
contact: Object,
|
|
5089
|
+
dateTime: {
|
|
5090
|
+
type: Boolean,
|
|
5091
|
+
default: true
|
|
5092
|
+
},
|
|
5033
5093
|
search: {
|
|
5034
5094
|
type: Object,
|
|
5035
5095
|
default: function _default() {
|
|
@@ -5120,7 +5180,17 @@ handlervue_type_template_id_9721fa28_scoped_true_render._withStripped = true
|
|
|
5120
5180
|
lists: function lists() {
|
|
5121
5181
|
var _this = this;
|
|
5122
5182
|
|
|
5123
|
-
var
|
|
5183
|
+
var df = [];
|
|
5184
|
+
if (this.contact) {
|
|
5185
|
+
df.push(_extends({}, this.contact, { type: 'contact' }));
|
|
5186
|
+
}
|
|
5187
|
+
if (this.dateTime) {
|
|
5188
|
+
df.push({ type: 'dateTime' });
|
|
5189
|
+
}
|
|
5190
|
+
if (this.online) {
|
|
5191
|
+
df.push({ type: 'online' });
|
|
5192
|
+
}
|
|
5193
|
+
var data = this.data ? [].concat(df, this.data) : [].concat(df, [this.search, this.index, this.home, this.notice, this.quit, this.set]);
|
|
5124
5194
|
return data.filter(function (item) {
|
|
5125
5195
|
return !_this.hide[item.type];
|
|
5126
5196
|
});
|
|
@@ -5168,11 +5238,11 @@ handlervue_type_template_id_9721fa28_scoped_true_render._withStripped = true
|
|
|
5168
5238
|
|
|
5169
5239
|
var handler_component = Object(componentNormalizer["a" /* default */])(
|
|
5170
5240
|
simplicity_handlervue_type_script_lang_js_,
|
|
5171
|
-
|
|
5172
|
-
|
|
5241
|
+
handlervue_type_template_id_6f2302b2_scoped_true_render,
|
|
5242
|
+
handlervue_type_template_id_6f2302b2_scoped_true_staticRenderFns,
|
|
5173
5243
|
false,
|
|
5174
5244
|
null,
|
|
5175
|
-
"
|
|
5245
|
+
"6f2302b2",
|
|
5176
5246
|
null
|
|
5177
5247
|
|
|
5178
5248
|
)
|
|
@@ -8862,7 +8932,7 @@ router_pagevue_type_template_id_31352afe_scoped_true_render._withStripped = true
|
|
|
8862
8932
|
// CONCATENATED MODULE: ./packages/main/src/simplicity/router-page.vue?vue&type=template&id=31352afe&scoped=true&
|
|
8863
8933
|
|
|
8864
8934
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/router-page.vue?vue&type=script&lang=js&
|
|
8865
|
-
var
|
|
8935
|
+
var router_pagevue_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; };
|
|
8866
8936
|
|
|
8867
8937
|
//
|
|
8868
8938
|
//
|
|
@@ -8903,7 +8973,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
8903
8973
|
var params = util["a" /* default */].getParams({ url: this.url });
|
|
8904
8974
|
this.$router.push({
|
|
8905
8975
|
path: this.path,
|
|
8906
|
-
query:
|
|
8976
|
+
query: router_pagevue_type_script_lang_js_extends({}, this.query, params)
|
|
8907
8977
|
});
|
|
8908
8978
|
}
|
|
8909
8979
|
}
|
|
@@ -10256,6 +10326,7 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
10256
10326
|
//
|
|
10257
10327
|
//
|
|
10258
10328
|
//
|
|
10329
|
+
//
|
|
10259
10330
|
|
|
10260
10331
|
|
|
10261
10332
|
|
|
@@ -10444,7 +10515,9 @@ var events = [function (tabs, index, that) {
|
|
|
10444
10515
|
}
|
|
10445
10516
|
},
|
|
10446
10517
|
//切换旧版样式
|
|
10447
|
-
oldVersion: Boolean
|
|
10518
|
+
oldVersion: Boolean,
|
|
10519
|
+
//运维联系人
|
|
10520
|
+
contacts: Object
|
|
10448
10521
|
},
|
|
10449
10522
|
data: function data() {
|
|
10450
10523
|
return {
|
|
@@ -10539,7 +10612,9 @@ var events = [function (tabs, index, that) {
|
|
|
10539
10612
|
//单位名称
|
|
10540
10613
|
simpleUserInfo: {},
|
|
10541
10614
|
topRightToolHide: '',
|
|
10542
|
-
showOld: this.oldVersion
|
|
10615
|
+
showOld: this.oldVersion,
|
|
10616
|
+
//运维联系人
|
|
10617
|
+
contact: this.contacts
|
|
10543
10618
|
};
|
|
10544
10619
|
},
|
|
10545
10620
|
|
|
@@ -10777,6 +10852,13 @@ var events = [function (tabs, index, that) {
|
|
|
10777
10852
|
if (results[i].topRightToolHide) {
|
|
10778
10853
|
this.topRightToolHide = results[i].topRightToolHide;
|
|
10779
10854
|
}
|
|
10855
|
+
if (results[i].contact) {
|
|
10856
|
+
var contact = JSON.parse(results[i].contact);
|
|
10857
|
+
var content = contact.content.split(',');
|
|
10858
|
+
this.contact = simplicityvue_type_script_lang_js_extends({}, contact, {
|
|
10859
|
+
content: content
|
|
10860
|
+
});
|
|
10861
|
+
}
|
|
10780
10862
|
}
|
|
10781
10863
|
if (i === 'userModel' && results[i]) {
|
|
10782
10864
|
if (results[i].userHeadUrl) {
|
|
@@ -11805,18 +11887,18 @@ var events = [function (tabs, index, that) {
|
|
|
11805
11887
|
|
|
11806
11888
|
var simplicity_component = Object(componentNormalizer["a" /* default */])(
|
|
11807
11889
|
src_simplicityvue_type_script_lang_js_,
|
|
11808
|
-
|
|
11809
|
-
|
|
11890
|
+
simplicityvue_type_template_id_3cf26cfd_scoped_true_render,
|
|
11891
|
+
simplicityvue_type_template_id_3cf26cfd_scoped_true_staticRenderFns,
|
|
11810
11892
|
false,
|
|
11811
11893
|
null,
|
|
11812
|
-
"
|
|
11894
|
+
"3cf26cfd",
|
|
11813
11895
|
null
|
|
11814
11896
|
|
|
11815
11897
|
)
|
|
11816
11898
|
|
|
11817
11899
|
/* harmony default export */ var simplicity = (simplicity_component.exports);
|
|
11818
|
-
// 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=
|
|
11819
|
-
var
|
|
11900
|
+
// 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=7b2abaac&
|
|
11901
|
+
var defaultvue_type_template_id_7b2abaac_render = function () {
|
|
11820
11902
|
var _vm = this
|
|
11821
11903
|
var _h = _vm.$createElement
|
|
11822
11904
|
var _c = _vm._self._c || _h
|
|
@@ -11879,6 +11961,7 @@ var defaultvue_type_template_id_030f252c_render = function () {
|
|
|
11879
11961
|
userModel: _vm.userModel,
|
|
11880
11962
|
hide: _vm.hide,
|
|
11881
11963
|
subSystem: _vm.subsystem,
|
|
11964
|
+
contact: _vm.contact,
|
|
11882
11965
|
online: _vm.online,
|
|
11883
11966
|
application: _vm.application,
|
|
11884
11967
|
storage: _vm.storage,
|
|
@@ -12204,11 +12287,11 @@ var defaultvue_type_template_id_030f252c_render = function () {
|
|
|
12204
12287
|
1
|
|
12205
12288
|
)
|
|
12206
12289
|
}
|
|
12207
|
-
var
|
|
12208
|
-
|
|
12290
|
+
var defaultvue_type_template_id_7b2abaac_staticRenderFns = []
|
|
12291
|
+
defaultvue_type_template_id_7b2abaac_render._withStripped = true
|
|
12209
12292
|
|
|
12210
12293
|
|
|
12211
|
-
// CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=
|
|
12294
|
+
// CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=7b2abaac&
|
|
12212
12295
|
|
|
12213
12296
|
// 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&
|
|
12214
12297
|
var userinfovue_type_template_id_b6520920_render = function () {
|
|
@@ -13660,6 +13743,7 @@ var defaultvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13660
13743
|
//
|
|
13661
13744
|
//
|
|
13662
13745
|
//
|
|
13746
|
+
//
|
|
13663
13747
|
|
|
13664
13748
|
|
|
13665
13749
|
|
|
@@ -13845,7 +13929,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
13845
13929
|
type: [String, Boolean],
|
|
13846
13930
|
default: true
|
|
13847
13931
|
},
|
|
13848
|
-
newVersion: Boolean
|
|
13932
|
+
newVersion: Boolean,
|
|
13933
|
+
contacts: Object
|
|
13849
13934
|
},
|
|
13850
13935
|
computed: {
|
|
13851
13936
|
showHeader: function showHeader() {
|
|
@@ -14073,7 +14158,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
14073
14158
|
hideSubMenu: false,
|
|
14074
14159
|
doorIndex: '',
|
|
14075
14160
|
topRightToolHide: '',
|
|
14076
|
-
showSet: this.set
|
|
14161
|
+
showSet: this.set,
|
|
14162
|
+
contact: this.contacts
|
|
14077
14163
|
};
|
|
14078
14164
|
},
|
|
14079
14165
|
created: function created() {
|
|
@@ -14314,6 +14400,13 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
14314
14400
|
if (results[i].topRightToolHide) {
|
|
14315
14401
|
this.topRightToolHide = results[i].topRightToolHide;
|
|
14316
14402
|
}
|
|
14403
|
+
if (results[i].contact) {
|
|
14404
|
+
var contact = JSON.parse(results[i].contact);
|
|
14405
|
+
var content = contact.content.split(',');
|
|
14406
|
+
this.contact = defaultvue_type_script_lang_js_extends({}, contact, {
|
|
14407
|
+
content: content
|
|
14408
|
+
});
|
|
14409
|
+
}
|
|
14317
14410
|
}
|
|
14318
14411
|
store["a" /* default */].set(i, results[i]);
|
|
14319
14412
|
}
|
|
@@ -15425,8 +15518,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
15425
15518
|
|
|
15426
15519
|
var default_component = Object(componentNormalizer["a" /* default */])(
|
|
15427
15520
|
src_defaultvue_type_script_lang_js_,
|
|
15428
|
-
|
|
15429
|
-
|
|
15521
|
+
defaultvue_type_template_id_7b2abaac_render,
|
|
15522
|
+
defaultvue_type_template_id_7b2abaac_staticRenderFns,
|
|
15430
15523
|
false,
|
|
15431
15524
|
null,
|
|
15432
15525
|
null,
|