eoss-ui 0.6.25 → 0.6.27

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.
Files changed (52) hide show
  1. package/lib/button-group.js +3 -3
  2. package/lib/eoss-ui.common.js +283 -138
  3. package/lib/flow-list.js +13 -7
  4. package/lib/flow.js +8 -8
  5. package/lib/handler.js +73 -38
  6. package/lib/icons.js +1 -1
  7. package/lib/index.js +1 -1
  8. package/lib/login.js +18 -8
  9. package/lib/main.js +151 -57
  10. package/lib/theme-chalk/base.css +1 -1
  11. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  12. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  13. package/lib/theme-chalk/handler.css +1 -1
  14. package/lib/theme-chalk/icon.css +1 -1
  15. package/lib/theme-chalk/index.css +1 -1
  16. package/lib/theme-chalk/main.css +1 -1
  17. package/lib/theme-chalk/menu.css +1 -1
  18. package/lib/theme-chalk/simplicity.css +1 -1
  19. package/lib/theme-chalk/sizer.css +1 -1
  20. package/lib/theme-chalk/upload.css +1 -1
  21. package/package.json +1 -1
  22. package/packages/.DS_Store +0 -0
  23. package/packages/button-group/src/main.vue +1 -1
  24. package/packages/flow/src/processReject.vue +1 -1
  25. package/packages/flow-list/src/main.vue +6 -1
  26. package/packages/handler/.DS_Store +0 -0
  27. package/packages/handler/src/main.vue +60 -46
  28. package/packages/icons/src/icon.json +1 -1
  29. package/packages/login/.DS_Store +0 -0
  30. package/packages/login/src/main.vue +16 -6
  31. package/packages/main/.DS_Store +0 -0
  32. package/packages/main/src/default/index.vue +16 -4
  33. package/packages/main/src/simplicity/handler.vue +55 -17
  34. package/packages/main/src/simplicity/index.vue +16 -3
  35. package/packages/theme-chalk/lib/base.css +1 -1
  36. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  37. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  38. package/packages/theme-chalk/lib/handler.css +1 -1
  39. package/packages/theme-chalk/lib/icon.css +1 -1
  40. package/packages/theme-chalk/lib/index.css +1 -1
  41. package/packages/theme-chalk/lib/main.css +1 -1
  42. package/packages/theme-chalk/lib/menu.css +1 -1
  43. package/packages/theme-chalk/lib/simplicity.css +1 -1
  44. package/packages/theme-chalk/lib/sizer.css +1 -1
  45. package/packages/theme-chalk/lib/upload.css +1 -1
  46. package/packages/theme-chalk/src/.DS_Store +0 -0
  47. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  48. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  49. package/packages/theme-chalk/src/handler.scss +10 -0
  50. package/packages/theme-chalk/src/icon.scss +8 -0
  51. package/packages/theme-chalk/src/simplicity.scss +18 -8
  52. 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=12ec8fa5&
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
@@ -5178,7 +5178,7 @@ var staticRenderFns = [
5178
5178
  render._withStripped = true
5179
5179
 
5180
5180
 
5181
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=12ec8fa5&
5181
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=8b2dac04&
5182
5182
 
5183
5183
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
5184
5184
  var regenerator_ = __webpack_require__(13);
@@ -6515,23 +6515,33 @@ var ceshi = util["a" /* default */].getParams('ceshi');
6515
6515
  iconfonts: function iconfonts() {
6516
6516
  var types = this.loginModel.split(',');
6517
6517
  return types.length > 2 ? {
6518
- 0: { type: '0', icon: 'es-icon-shuru', name: '账号登录' },
6518
+ 0: {
6519
+ type: '0',
6520
+ icon: 'es-icon-shuru',
6521
+ icon2: '',
6522
+ name: '账号登录'
6523
+ },
6519
6524
  1: { type: '1', icon: 'es-icon-usb-key', name: '证书登录' },
6520
- 3: { type: '3', icon: 'es-icon-saoma', name: '扫码登录' },
6525
+ 3: {
6526
+ type: '3',
6527
+ icon: 'es-icon-saoma',
6528
+ icon2: '',
6529
+ name: '扫码登录'
6530
+ },
6521
6531
  6: { type: '6', icon: 'es-icon-duanxin', name: '短信登录' },
6522
6532
  7: { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
6523
6533
  9: { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
6524
6534
  11: { type: '11', icon: 'es-icon-youxiang', name: '邮箱登录' },
6525
6535
  12: { type: '12', icon: 'es-icon-shuru', name: '账号登录' //双因素
6526
6536
  } } : {
6527
- 0: { type: '0', icon: 'es-icon-jianpan', name: '账号登录' },
6537
+ 0: { type: '0', icon: 'es-icon-zhanghaodenglu', name: '账号登录' },
6528
6538
  1: { type: '1', icon: 'es-icon-ca', name: '证书登录' },
6529
- 3: { type: '3', icon: 'es-icon-qrcode', name: '扫码登录' },
6539
+ 3: { type: '3', icon: 'es-icon-saomadenglu', name: '扫码登录' },
6530
6540
  6: { type: '6', icon: 'es-icon-duanxin', name: '短信登录' },
6531
6541
  7: { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
6532
6542
  9: { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
6533
6543
  11: { type: '11', icon: 'es-icon-wodeyouxiang', name: '邮箱登录' },
6534
- 12: { type: '12', icon: 'es-icon-jianpan', name: '账号登录' //双因素
6544
+ 12: { type: '12', icon: 'es-icon-zhanghaodenglu', name: '账号登录' //双因素
6535
6545
  } };
6536
6546
  },
6537
6547
  icons: function icons() {
@@ -6693,7 +6703,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
6693
6703
  launchKey: 'day',
6694
6704
  launchTime: 2000,
6695
6705
  switchActive: this.switchsActive,
6696
- loginDownloadApp: true
6706
+ loginDownloadApp: this.loginDownloadApps
6697
6707
  };
6698
6708
  },
6699
6709
  beforeCreate: function beforeCreate() {
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=b8c4b516&scoped=true&
4104
- var simplicityvue_type_template_id_b8c4b516_scoped_true_render = function () {
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=8c17c664&scoped=true&
4104
+ var simplicityvue_type_template_id_8c17c664_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 simplicityvue_type_template_id_b8c4b516_scoped_true_staticRenderFns = []
4735
- simplicityvue_type_template_id_b8c4b516_scoped_true_render._withStripped = true
4735
+ var simplicityvue_type_template_id_8c17c664_scoped_true_staticRenderFns = []
4736
+ simplicityvue_type_template_id_8c17c664_scoped_true_render._withStripped = true
4736
4737
 
4737
4738
 
4738
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=b8c4b516&scoped=true&
4739
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=8c17c664&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=9721fa28&scoped=true&
4899
- var handlervue_type_template_id_9721fa28_scoped_true_render = function () {
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 === "notice"
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 handlervue_type_template_id_9721fa28_scoped_true_staticRenderFns = []
4976
- handlervue_type_template_id_9721fa28_scoped_true_render._withStripped = true
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=9721fa28&scoped=true&
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 data = this.data ? this.data : [this.search, this.index, this.home, this.notice, this.quit, this.set];
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
- handlervue_type_template_id_9721fa28_scoped_true_render,
5172
- handlervue_type_template_id_9721fa28_scoped_true_staticRenderFns,
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
- "9721fa28",
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 _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; };
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: _extends({}, this.query, params)
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) {
@@ -11129,7 +11211,7 @@ var events = [function (tabs, index, that) {
11129
11211
  var num = this.menuTips[obj.id] || this.menuTips[obj.code] || this.menuTips[obj.appCode];
11130
11212
  if (num && Number(num)) {
11131
11213
  this.$set(obj, 'tips', Number(num));
11132
- return this.menuTips[obj.id];
11214
+ return num;
11133
11215
  }
11134
11216
  }
11135
11217
  }
@@ -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
- simplicityvue_type_template_id_b8c4b516_scoped_true_render,
11809
- simplicityvue_type_template_id_b8c4b516_scoped_true_staticRenderFns,
11890
+ simplicityvue_type_template_id_8c17c664_scoped_true_render,
11891
+ simplicityvue_type_template_id_8c17c664_scoped_true_staticRenderFns,
11810
11892
  false,
11811
11893
  null,
11812
- "b8c4b516",
11894
+ "8c17c664",
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=030f252c&
11819
- var defaultvue_type_template_id_030f252c_render = function () {
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=3d6ac16d&
11901
+ var defaultvue_type_template_id_3d6ac16d_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 defaultvue_type_template_id_030f252c_staticRenderFns = []
12208
- defaultvue_type_template_id_030f252c_render._withStripped = true
12290
+ var defaultvue_type_template_id_3d6ac16d_staticRenderFns = []
12291
+ defaultvue_type_template_id_3d6ac16d_render._withStripped = true
12209
12292
 
12210
12293
 
12211
- // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=030f252c&
12294
+ // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=3d6ac16d&
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
  }
@@ -14744,8 +14837,9 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
14744
14837
  return true;
14745
14838
  }
14746
14839
  } else {
14747
- if (this.menuTips[obj.id] && Number(this.menuTips[obj.id])) {
14748
- this.$set(obj, 'tips', Number(this.menuTips[obj.id]));
14840
+ var tips = this.menuTips[obj.id] || this.menuTips[obj.appCode];
14841
+ if (tips && Number(tips)) {
14842
+ this.$set(obj, 'tips', tips);
14749
14843
  return true;
14750
14844
  }
14751
14845
  }
@@ -15425,8 +15519,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
15425
15519
 
15426
15520
  var default_component = Object(componentNormalizer["a" /* default */])(
15427
15521
  src_defaultvue_type_script_lang_js_,
15428
- defaultvue_type_template_id_030f252c_render,
15429
- defaultvue_type_template_id_030f252c_staticRenderFns,
15522
+ defaultvue_type_template_id_3d6ac16d_render,
15523
+ defaultvue_type_template_id_3d6ac16d_staticRenderFns,
15430
15524
  false,
15431
15525
  null,
15432
15526
  null,