eoss-ui 0.4.74 → 0.4.76

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 (108) hide show
  1. package/lib/button-group.js +1 -1
  2. package/lib/button.js +1 -1
  3. package/lib/checkbox-group.js +1 -1
  4. package/lib/data-table-form.js +1 -1
  5. package/lib/data-table.js +8 -8
  6. package/lib/date-picker.js +1 -1
  7. package/lib/dialog.js +1 -1
  8. package/lib/eoss-ui.common.js +48 -38
  9. package/lib/flow-group.js +1 -1
  10. package/lib/flow-list.js +1 -1
  11. package/lib/flow.js +1 -1
  12. package/lib/form.js +9 -3
  13. package/lib/handle-user.js +1 -1
  14. package/lib/handler.js +1 -1
  15. package/lib/index.js +1 -1
  16. package/lib/input-number.js +1 -1
  17. package/lib/input.js +1 -1
  18. package/lib/login.js +1 -1
  19. package/lib/main.js +19 -8
  20. package/lib/menu.js +1 -8
  21. package/lib/nav.js +1 -1
  22. package/lib/page.js +1 -1
  23. package/lib/player.js +1 -1
  24. package/lib/qr-code.js +1 -1
  25. package/lib/radio-group.js +1 -1
  26. package/lib/retrial-auth.js +1 -1
  27. package/lib/select-ganged.js +1 -1
  28. package/lib/select.js +1 -1
  29. package/lib/selector-panel.js +1 -1
  30. package/lib/selector.js +1 -1
  31. package/lib/sizer.js +1 -1
  32. package/lib/steps.js +1 -1
  33. package/lib/switch.js +1 -1
  34. package/lib/table-form.js +1 -1
  35. package/lib/tabs.js +1 -1
  36. package/lib/tips.js +1 -1
  37. package/lib/tree-group.js +1 -1
  38. package/lib/tree.js +1 -1
  39. package/lib/upload.js +1 -1
  40. package/lib/utils/util.js +1 -1
  41. package/lib/wujie.js +1 -1
  42. package/lib/wxlogin.js +1 -1
  43. package/package.json +1 -1
  44. package/packages/data-table/src/main.vue +2 -2
  45. package/packages/form/src/main.vue +6 -0
  46. package/packages/main/src/main.vue +16 -5
  47. package/packages/menu/src/main.vue +3 -10
  48. package/packages/theme-chalk/gulpfile.js +25 -0
  49. package/src/index.js +1 -1
  50. package/src/utils/util.js +1 -1
  51. package/CHANGELOG.md +0 -929
  52. package/packages/theme-chalk/lib/base.css +0 -1
  53. package/packages/theme-chalk/lib/button-group.css +0 -1
  54. package/packages/theme-chalk/lib/button.css +0 -0
  55. package/packages/theme-chalk/lib/card.css +0 -1
  56. package/packages/theme-chalk/lib/cascader.css +0 -0
  57. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  58. package/packages/theme-chalk/lib/clients.css +0 -1
  59. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  60. package/packages/theme-chalk/lib/data-table.css +0 -1
  61. package/packages/theme-chalk/lib/date-picker.css +0 -1
  62. package/packages/theme-chalk/lib/dialog.css +0 -1
  63. package/packages/theme-chalk/lib/enterprise.css +0 -1
  64. package/packages/theme-chalk/lib/error-page.css +0 -1
  65. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  66. package/packages/theme-chalk/lib/flow-group.css +0 -1
  67. package/packages/theme-chalk/lib/flow-list.css +0 -1
  68. package/packages/theme-chalk/lib/flow.css +0 -1
  69. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  70. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  71. package/packages/theme-chalk/lib/form.css +0 -1
  72. package/packages/theme-chalk/lib/handle-user.css +0 -1
  73. package/packages/theme-chalk/lib/handler.css +0 -1
  74. package/packages/theme-chalk/lib/icon.css +0 -1
  75. package/packages/theme-chalk/lib/icons.css +0 -1
  76. package/packages/theme-chalk/lib/index.css +0 -1
  77. package/packages/theme-chalk/lib/input-number.css +0 -0
  78. package/packages/theme-chalk/lib/input.css +0 -1
  79. package/packages/theme-chalk/lib/label.css +0 -1
  80. package/packages/theme-chalk/lib/login.css +0 -1
  81. package/packages/theme-chalk/lib/main.css +0 -1
  82. package/packages/theme-chalk/lib/mainComp.css +0 -0
  83. package/packages/theme-chalk/lib/menu.css +0 -1
  84. package/packages/theme-chalk/lib/nav.css +0 -1
  85. package/packages/theme-chalk/lib/notify.css +0 -0
  86. package/packages/theme-chalk/lib/page.css +0 -1
  87. package/packages/theme-chalk/lib/pagination.css +0 -1
  88. package/packages/theme-chalk/lib/player.css +0 -1
  89. package/packages/theme-chalk/lib/qr-code.css +0 -1
  90. package/packages/theme-chalk/lib/radio-group.css +0 -1
  91. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  92. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  93. package/packages/theme-chalk/lib/select.css +0 -0
  94. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  95. package/packages/theme-chalk/lib/selector.css +0 -1
  96. package/packages/theme-chalk/lib/sizer.css +0 -1
  97. package/packages/theme-chalk/lib/steps.css +0 -1
  98. package/packages/theme-chalk/lib/switch.css +0 -1
  99. package/packages/theme-chalk/lib/table-form.css +0 -0
  100. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  101. package/packages/theme-chalk/lib/tabs.css +0 -1
  102. package/packages/theme-chalk/lib/tips.css +0 -1
  103. package/packages/theme-chalk/lib/toolbar.css +0 -1
  104. package/packages/theme-chalk/lib/tree-group.css +0 -1
  105. package/packages/theme-chalk/lib/tree.css +0 -1
  106. package/packages/theme-chalk/lib/upload.css +0 -1
  107. package/packages/theme-chalk/lib/wujie.css +0 -0
  108. package/packages/theme-chalk/lib/wxlogin.css +0 -1
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/button.js CHANGED
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
@@ -1848,7 +1848,7 @@ var isFunction = function isFunction(obj) {
1848
1848
  * @param {object} [to] - 路由跳转信息
1849
1849
  * @param {object} [from] - 路由来源信息
1850
1850
  * @param {function} [next] - 跳转函数
1851
- * @param {function} [exclude] - 不拦截的路由
1851
+ * @param {array} [exclude] - 不拦截的路由
1852
1852
  * @param {boolean} [open] - 是否新窗口打开
1853
1853
  * @param {boolean} [cookie] - 是否尝试采用
1854
1854
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/data-table.js CHANGED
@@ -1848,7 +1848,7 @@ var isFunction = function isFunction(obj) {
1848
1848
  * @param {object} [to] - 路由跳转信息
1849
1849
  * @param {object} [from] - 路由来源信息
1850
1850
  * @param {function} [next] - 跳转函数
1851
- * @param {function} [exclude] - 不拦截的路由
1851
+ * @param {array} [exclude] - 不拦截的路由
1852
1852
  * @param {boolean} [open] - 是否新窗口打开
1853
1853
  * @param {boolean} [cookie] - 是否尝试采用
1854
1854
  * @param {sting} [loginPage] - 第三方登录页面地址
@@ -3405,8 +3405,8 @@ module.exports = require("vue");
3405
3405
  // ESM COMPAT FLAG
3406
3406
  __webpack_require__.r(__webpack_exports__);
3407
3407
 
3408
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=53cb2d10&
3409
- var mainvue_type_template_id_53cb2d10_render = function () {
3408
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=620c8a78&
3409
+ var mainvue_type_template_id_620c8a78_render = function () {
3410
3410
  var _vm = this
3411
3411
  var _h = _vm.$createElement
3412
3412
  var _c = _vm._self._c || _h
@@ -3742,10 +3742,10 @@ var mainvue_type_template_id_53cb2d10_render = function () {
3742
3742
  )
3743
3743
  }
3744
3744
  var staticRenderFns = []
3745
- mainvue_type_template_id_53cb2d10_render._withStripped = true
3745
+ mainvue_type_template_id_620c8a78_render._withStripped = true
3746
3746
 
3747
3747
 
3748
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=53cb2d10&
3748
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=620c8a78&
3749
3749
 
3750
3750
  // EXTERNAL MODULE: ./src/config/api.js
3751
3751
  var api = __webpack_require__(1);
@@ -6791,13 +6791,13 @@ var mainvue_type_script_lang_js_components;
6791
6791
  });
6792
6792
  } else {
6793
6793
  _this6.list = [];
6794
- _this6.tableHeight = false;
6794
+ //this.tableHeight = false;
6795
6795
  var msg = res.msg || '系统错误,请联系管理员!';
6796
6796
  _this6.$message.error(msg);
6797
6797
  }
6798
6798
  _this6.$emit('success', res);
6799
6799
  }).catch(function (err) {
6800
- _this6.tableHeight = false;
6800
+ //this.tableHeight = false;
6801
6801
  if (err.message && err.message !== 'canceled') {
6802
6802
  _this6.$message.error(err.message);
6803
6803
  }
@@ -7254,7 +7254,7 @@ var mainvue_type_script_lang_js_components;
7254
7254
 
7255
7255
  var main_component = Object(componentNormalizer["a" /* default */])(
7256
7256
  src_mainvue_type_script_lang_js_,
7257
- mainvue_type_template_id_53cb2d10_render,
7257
+ mainvue_type_template_id_620c8a78_render,
7258
7258
  staticRenderFns,
7259
7259
  false,
7260
7260
  null,
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/dialog.js CHANGED
@@ -1848,7 +1848,7 @@ var isFunction = function isFunction(obj) {
1848
1848
  * @param {object} [to] - 路由跳转信息
1849
1849
  * @param {object} [from] - 路由来源信息
1850
1850
  * @param {function} [next] - 跳转函数
1851
- * @param {function} [exclude] - 不拦截的路由
1851
+ * @param {array} [exclude] - 不拦截的路由
1852
1852
  * @param {boolean} [open] - 是否新窗口打开
1853
1853
  * @param {boolean} [cookie] - 是否尝试采用
1854
1854
  * @param {sting} [loginPage] - 第三方登录页面地址
@@ -1848,7 +1848,7 @@ var isFunction = function isFunction(obj) {
1848
1848
  * @param {object} [to] - 路由跳转信息
1849
1849
  * @param {object} [from] - 路由来源信息
1850
1850
  * @param {function} [next] - 跳转函数
1851
- * @param {function} [exclude] - 不拦截的路由
1851
+ * @param {array} [exclude] - 不拦截的路由
1852
1852
  * @param {boolean} [open] - 是否新窗口打开
1853
1853
  * @param {boolean} [cookie] - 是否尝试采用
1854
1854
  * @param {sting} [loginPage] - 第三方登录页面地址
@@ -5258,8 +5258,8 @@ clients_src_main.install = function (Vue) {
5258
5258
  };
5259
5259
 
5260
5260
  /* harmony default export */ var clients = (clients_src_main);
5261
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=53cb2d10&
5262
- var mainvue_type_template_id_53cb2d10_render = function () {
5261
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=620c8a78&
5262
+ var mainvue_type_template_id_620c8a78_render = function () {
5263
5263
  var _vm = this
5264
5264
  var _h = _vm.$createElement
5265
5265
  var _c = _vm._self._c || _h
@@ -5594,11 +5594,11 @@ var mainvue_type_template_id_53cb2d10_render = function () {
5594
5594
  1
5595
5595
  )
5596
5596
  }
5597
- var mainvue_type_template_id_53cb2d10_staticRenderFns = []
5598
- mainvue_type_template_id_53cb2d10_render._withStripped = true
5597
+ var mainvue_type_template_id_620c8a78_staticRenderFns = []
5598
+ mainvue_type_template_id_620c8a78_render._withStripped = true
5599
5599
 
5600
5600
 
5601
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=53cb2d10&
5601
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=620c8a78&
5602
5602
 
5603
5603
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=796433ee&
5604
5604
  var childrenvue_type_template_id_796433ee_render = function () {
@@ -8640,13 +8640,13 @@ var mainvue_type_script_lang_js_components;
8640
8640
  });
8641
8641
  } else {
8642
8642
  _this6.list = [];
8643
- _this6.tableHeight = false;
8643
+ //this.tableHeight = false;
8644
8644
  var msg = res.msg || '系统错误,请联系管理员!';
8645
8645
  _this6.$message.error(msg);
8646
8646
  }
8647
8647
  _this6.$emit('success', res);
8648
8648
  }).catch(function (err) {
8649
- _this6.tableHeight = false;
8649
+ //this.tableHeight = false;
8650
8650
  if (err.message && err.message !== 'canceled') {
8651
8651
  _this6.$message.error(err.message);
8652
8652
  }
@@ -9103,8 +9103,8 @@ var mainvue_type_script_lang_js_components;
9103
9103
 
9104
9104
  var data_table_src_main_component = normalizeComponent(
9105
9105
  packages_data_table_src_mainvue_type_script_lang_js_,
9106
- mainvue_type_template_id_53cb2d10_render,
9107
- mainvue_type_template_id_53cb2d10_staticRenderFns,
9106
+ mainvue_type_template_id_620c8a78_render,
9107
+ mainvue_type_template_id_620c8a78_staticRenderFns,
9108
9108
  false,
9109
9109
  null,
9110
9110
  null,
@@ -12502,8 +12502,8 @@ error_page_src_main.install = function (Vue) {
12502
12502
  };
12503
12503
 
12504
12504
  /* harmony default export */ var error_page = (error_page_src_main);
12505
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=2d02d533&
12506
- var mainvue_type_template_id_2d02d533_render = function () {
12505
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=84c3a3ea&
12506
+ var mainvue_type_template_id_84c3a3ea_render = function () {
12507
12507
  var _vm = this
12508
12508
  var _h = _vm.$createElement
12509
12509
  var _c = _vm._self._c || _h
@@ -23133,11 +23133,11 @@ var mainvue_type_template_id_2d02d533_render = function () {
23133
23133
  )
23134
23134
  : _vm._e()
23135
23135
  }
23136
- var mainvue_type_template_id_2d02d533_staticRenderFns = []
23137
- mainvue_type_template_id_2d02d533_render._withStripped = true
23136
+ var mainvue_type_template_id_84c3a3ea_staticRenderFns = []
23137
+ mainvue_type_template_id_84c3a3ea_render._withStripped = true
23138
23138
 
23139
23139
 
23140
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=2d02d533&
23140
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=84c3a3ea&
23141
23141
 
23142
23142
  // CONCATENATED MODULE: ./src/utils/rules.js
23143
23143
  // 手机号
@@ -27339,6 +27339,12 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
27339
27339
  }
27340
27340
  }
27341
27341
  },
27342
+ value: {
27343
+ deep: true,
27344
+ handler: function handler(val) {
27345
+ this.values = form_src_mainvue_type_script_lang_js_extends({}, this.values, val);
27346
+ }
27347
+ },
27342
27348
  values: {
27343
27349
  deep: true,
27344
27350
  handler: function handler(val) {
@@ -28119,8 +28125,8 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
28119
28125
 
28120
28126
  var form_src_main_component = normalizeComponent(
28121
28127
  packages_form_src_mainvue_type_script_lang_js_,
28122
- mainvue_type_template_id_2d02d533_render,
28123
- mainvue_type_template_id_2d02d533_staticRenderFns,
28128
+ mainvue_type_template_id_84c3a3ea_render,
28129
+ mainvue_type_template_id_84c3a3ea_staticRenderFns,
28124
28130
  false,
28125
28131
  null,
28126
28132
  null,
@@ -46192,8 +46198,8 @@ login_src_main.install = function (Vue) {
46192
46198
  };
46193
46199
 
46194
46200
  /* harmony default export */ var login = (login_src_main);
46195
- // 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=da442792&
46196
- var mainvue_type_template_id_da442792_render = function () {
46201
+ // 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=0c933a5f&
46202
+ var mainvue_type_template_id_0c933a5f_render = function () {
46197
46203
  var _vm = this
46198
46204
  var _h = _vm.$createElement
46199
46205
  var _c = _vm._self._c || _h
@@ -46618,11 +46624,11 @@ var mainvue_type_template_id_da442792_render = function () {
46618
46624
  1
46619
46625
  )
46620
46626
  }
46621
- var mainvue_type_template_id_da442792_staticRenderFns = []
46622
- mainvue_type_template_id_da442792_render._withStripped = true
46627
+ var mainvue_type_template_id_0c933a5f_staticRenderFns = []
46628
+ mainvue_type_template_id_0c933a5f_render._withStripped = true
46623
46629
 
46624
46630
 
46625
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=da442792&
46631
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=0c933a5f&
46626
46632
 
46627
46633
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=799780ee&
46628
46634
  var userinfovue_type_template_id_799780ee_render = function () {
@@ -48810,6 +48816,10 @@ var log = utils_util["a" /* default */].getParams('console');
48810
48816
  history: {
48811
48817
  type: Boolean,
48812
48818
  default: true
48819
+ },
48820
+ loadHomePage: {
48821
+ type: [Boolean, String],
48822
+ default: true
48813
48823
  }
48814
48824
  },
48815
48825
  computed: {
@@ -49239,9 +49249,13 @@ var log = utils_util["a" /* default */].getParams('console');
49239
49249
  if (i === 'initApplication' && results[i]) {
49240
49250
  this.results[i] = results[i].split(',');
49241
49251
  }
49242
- if (i === 'indexUrl') {
49243
- this.homePage = results[i];
49244
- if (this.isHomePage) {
49252
+ if (this.loadHomePage) {
49253
+ if (typeof this.loadHomePage === 'string') {
49254
+ this.homePage = this.loadHomePage;
49255
+ } else if (i === 'indexUrl') {
49256
+ this.homePage = results[i];
49257
+ }
49258
+ if (this.isHomePage && this.homePage) {
49245
49259
  if (this.menus && this.menus.length) {
49246
49260
  var ids = null;
49247
49261
  this.homePage && (ids = this.getId(this.menus, this.homePage));
@@ -49498,7 +49512,7 @@ var log = utils_util["a" /* default */].getParams('console');
49498
49512
  this.menu = res[0].children;
49499
49513
  this.title = res[0].text;
49500
49514
  }
49501
- if (!this.isDefault) {
49515
+ if (!this.isDefault || this.isDefault && !this.homePage) {
49502
49516
  this.active = this.getFirst(this.menu[0]).id;
49503
49517
  }
49504
49518
  } else if (this.layout === 'topnav') {
@@ -49513,7 +49527,7 @@ var log = utils_util["a" /* default */].getParams('console');
49513
49527
  this.nav = [];
49514
49528
  this.subsystem = [];
49515
49529
  this.menu = res;
49516
- if (!this.isDefault) {
49530
+ if (!this.isDefault || this.isDefault && !this.homePage) {
49517
49531
  this.active = [this.menu[0].id];
49518
49532
  var id = this.getFirst(this.menu[0]).id;
49519
49533
  if (id && this.menu[0].id !== id) {
@@ -50029,6 +50043,9 @@ var log = utils_util["a" /* default */].getParams('console');
50029
50043
  }
50030
50044
  }
50031
50045
  }
50046
+ this.$nextTick(function () {
50047
+ _this9.showPage = true;
50048
+ });
50032
50049
  },
50033
50050
 
50034
50051
  //设置回调
@@ -50337,8 +50354,8 @@ var log = utils_util["a" /* default */].getParams('console');
50337
50354
 
50338
50355
  var main_src_main_component = normalizeComponent(
50339
50356
  packages_main_src_mainvue_type_script_lang_js_,
50340
- mainvue_type_template_id_da442792_render,
50341
- mainvue_type_template_id_da442792_staticRenderFns,
50357
+ mainvue_type_template_id_0c933a5f_render,
50358
+ mainvue_type_template_id_0c933a5f_staticRenderFns,
50342
50359
  false,
50343
50360
  null,
50344
50361
  null,
@@ -50394,7 +50411,6 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
50394
50411
  },
50395
50412
  popperClass: String,
50396
50413
  biserial: Boolean,
50397
- isDefault: Boolean,
50398
50414
  paddingLeft: {
50399
50415
  type: Number,
50400
50416
  default: 14
@@ -50409,12 +50425,6 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
50409
50425
  return this.width;
50410
50426
  }
50411
50427
  return this.maxW;
50412
- },
50413
- active: function active() {
50414
- if (this.isDefault || !this.defaultActive) {
50415
- return '';
50416
- }
50417
- return this.defaultActive;
50418
50428
  }
50419
50429
  },
50420
50430
  watch: {
@@ -50655,7 +50665,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
50655
50665
  ref: 'menu',
50656
50666
  props: {
50657
50667
  defaultOpeneds: this.defaultOpeneds,
50658
- defaultActive: this.active,
50668
+ defaultActive: this.defaultActive,
50659
50669
  collapse: this.collapse,
50660
50670
  mode: this.mode,
50661
50671
  uniqueOpened: this.uniqueOpened
@@ -69265,7 +69275,7 @@ if (typeof window !== 'undefined' && window.Vue) {
69265
69275
  }
69266
69276
 
69267
69277
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
69268
- version: '0.4.74',
69278
+ version: '0.4.76',
69269
69279
  install: install,
69270
69280
  Button: packages_button,
69271
69281
  ButtonGroup: button_group,
package/lib/flow-group.js CHANGED
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/flow-list.js CHANGED
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/flow.js CHANGED
@@ -1848,7 +1848,7 @@ var isFunction = function isFunction(obj) {
1848
1848
  * @param {object} [to] - 路由跳转信息
1849
1849
  * @param {object} [from] - 路由来源信息
1850
1850
  * @param {function} [next] - 跳转函数
1851
- * @param {function} [exclude] - 不拦截的路由
1851
+ * @param {array} [exclude] - 不拦截的路由
1852
1852
  * @param {boolean} [open] - 是否新窗口打开
1853
1853
  * @param {boolean} [cookie] - 是否尝试采用
1854
1854
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/form.js CHANGED
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
@@ -3377,7 +3377,7 @@ module.exports = require("axios");
3377
3377
  // ESM COMPAT FLAG
3378
3378
  __webpack_require__.r(__webpack_exports__);
3379
3379
 
3380
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=2d02d533&
3380
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=84c3a3ea&
3381
3381
  var render = function () {
3382
3382
  var _vm = this
3383
3383
  var _h = _vm.$createElement
@@ -14012,7 +14012,7 @@ var staticRenderFns = []
14012
14012
  render._withStripped = true
14013
14013
 
14014
14014
 
14015
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=2d02d533&
14015
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=84c3a3ea&
14016
14016
 
14017
14017
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
14018
14018
  var regenerator_ = __webpack_require__(9);
@@ -18208,6 +18208,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18208
18208
  }
18209
18209
  }
18210
18210
  },
18211
+ value: {
18212
+ deep: true,
18213
+ handler: function handler(val) {
18214
+ this.values = _extends({}, this.values, val);
18215
+ }
18216
+ },
18211
18217
  values: {
18212
18218
  deep: true,
18213
18219
  handler: function handler(val) {
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/handler.js CHANGED
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址