eoss-ui 0.5.97 → 0.5.98

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 (88) hide show
  1. package/lib/button-group.js +6 -2
  2. package/lib/button.js +6 -2
  3. package/lib/checkbox-group.js +6 -2
  4. package/lib/data-table-form.js +6 -2
  5. package/lib/data-table.js +28 -16
  6. package/lib/date-picker.js +6 -2
  7. package/lib/dialog.js +6 -2
  8. package/lib/eoss-ui.common.js +281 -209
  9. package/lib/flow-group.js +6 -2
  10. package/lib/flow-list.js +6 -2
  11. package/lib/flow.js +6 -2
  12. package/lib/form.js +6 -2
  13. package/lib/handle-user.js +6 -2
  14. package/lib/handler.js +17 -9
  15. package/lib/icon.js +6 -2
  16. package/lib/icons.js +1 -1
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +6 -2
  19. package/lib/input.js +6 -2
  20. package/lib/login.js +9 -5
  21. package/lib/main.js +223 -163
  22. package/lib/nav.js +6 -2
  23. package/lib/page.js +6 -2
  24. package/lib/pagination.js +6 -2
  25. package/lib/player.js +6 -2
  26. package/lib/qr-code.js +6 -2
  27. package/lib/radio-group.js +6 -2
  28. package/lib/retrial-auth.js +6 -2
  29. package/lib/select-ganged.js +6 -2
  30. package/lib/select.js +6 -2
  31. package/lib/selector-panel.js +6 -2
  32. package/lib/selector.js +6 -2
  33. package/lib/sizer.js +6 -2
  34. package/lib/steps.js +6 -2
  35. package/lib/switch.js +6 -2
  36. package/lib/table-form.js +6 -2
  37. package/lib/tabs.js +6 -2
  38. package/lib/theme-chalk/base.css +1 -1
  39. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  40. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  41. package/lib/theme-chalk/icon.css +1 -1
  42. package/lib/theme-chalk/index.css +1 -1
  43. package/lib/theme-chalk/main.css +1 -1
  44. package/lib/theme-chalk/menu.css +1 -1
  45. package/lib/theme-chalk/simplicity.css +1 -1
  46. package/lib/theme-chalk/sizer.css +1 -1
  47. package/lib/theme-chalk/upload.css +1 -1
  48. package/lib/tips.js +6 -2
  49. package/lib/tree-group.js +6 -2
  50. package/lib/tree.js +6 -2
  51. package/lib/upload.js +6 -2
  52. package/lib/utils/util.js +6 -2
  53. package/lib/wujie.js +6 -2
  54. package/lib/wxlogin.js +6 -2
  55. package/package.json +1 -1
  56. package/packages/.DS_Store +0 -0
  57. package/packages/data-table/src/main.vue +18 -12
  58. package/packages/handler/.DS_Store +0 -0
  59. package/packages/handler/src/main.vue +11 -6
  60. package/packages/icons/src/icon.json +1 -1
  61. package/packages/login/.DS_Store +0 -0
  62. package/packages/login/src/main.vue +1 -1
  63. package/packages/main/.DS_Store +0 -0
  64. package/packages/main/src/.DS_Store +0 -0
  65. package/packages/main/src/default/index.vue +19 -3
  66. package/packages/main/src/default/settings.vue +2 -2
  67. package/packages/main/src/main.vue +22 -3
  68. package/packages/main/src/simplicity/handler.vue +32 -28
  69. package/packages/main/src/simplicity/index.vue +46 -39
  70. package/packages/theme-chalk/lib/base.css +1 -1
  71. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  72. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  73. package/packages/theme-chalk/lib/icon.css +1 -1
  74. package/packages/theme-chalk/lib/index.css +1 -1
  75. package/packages/theme-chalk/lib/main.css +1 -1
  76. package/packages/theme-chalk/lib/menu.css +1 -1
  77. package/packages/theme-chalk/lib/simplicity.css +1 -1
  78. package/packages/theme-chalk/lib/sizer.css +1 -1
  79. package/packages/theme-chalk/lib/upload.css +1 -1
  80. package/packages/theme-chalk/src/.DS_Store +0 -0
  81. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  82. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  83. package/packages/theme-chalk/src/icon.scss +8 -0
  84. package/packages/theme-chalk/src/mixins/util.scss +0 -0
  85. package/packages/theme-chalk/src/simplicity.scss +160 -0
  86. package/src/.DS_Store +0 -0
  87. package/src/index.js +1 -1
  88. package/src/utils/util.js +6 -2
@@ -2174,6 +2174,7 @@ var isLogined = function isLogined(_ref8) {
2174
2174
  next && next();
2175
2175
  } else {
2176
2176
  if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
2177
+ var loadingInstance = eoss_element__WEBPACK_IMPORTED_MODULE_5__["Loading"].service({ text: '页面加载中', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.65)' });
2177
2178
  ajax({
2178
2179
  method: 'post',
2179
2180
  url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* authCenter */ "b"],
@@ -2272,7 +2273,10 @@ var isLogined = function isLogined(_ref8) {
2272
2273
  }
2273
2274
  });
2274
2275
  }
2275
- }).catch(function (e) {});
2276
+ loadingInstance.close();
2277
+ }).catch(function (e) {
2278
+ loadingInstance.close();
2279
+ });
2276
2280
  } else if (token || to.path === '/' || to.path === '/404' || to.path === '/error' || typeof exclude === 'boolean' && exclude || exclude.indexOf(to.path) > -1 || exclude.indexOf(to.name) > -1 || to.path === '/login' || token && to.path === '/main') {
2277
2281
  if (redirect && (to.path === '/main' || to.path === '/login')) {
2278
2282
  window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
@@ -2675,7 +2679,7 @@ var setScale = function setScale() {
2675
2679
  } else {
2676
2680
  n = 1;
2677
2681
  }
2678
- if (zoom === 1) {
2682
+ if (zoom === 1 && window.innerWidth === width) {
2679
2683
  document.body.style.removeProperty('transform');
2680
2684
  document.body.style.removeProperty('width');
2681
2685
  document.body.style.removeProperty('height');
@@ -3838,7 +3842,7 @@ module.exports = require("vue");
3838
3842
  /* 15 */
3839
3843
  /***/ (function(module) {
3840
3844
 
3841
- module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\"]");
3845
+ module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\"]");
3842
3846
 
3843
3847
  /***/ }),
3844
3848
  /* 16 */
@@ -7025,8 +7029,8 @@ clients_src_main.install = function (Vue) {
7025
7029
  };
7026
7030
 
7027
7031
  /* harmony default export */ var clients = (clients_src_main);
7028
- // 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=24d19c7c&
7029
- var mainvue_type_template_id_24d19c7c_render = function () {
7032
+ // 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=260d7f48&
7033
+ var mainvue_type_template_id_260d7f48_render = function () {
7030
7034
  var _vm = this
7031
7035
  var _h = _vm.$createElement
7032
7036
  var _c = _vm._self._c || _h
@@ -7424,11 +7428,11 @@ var mainvue_type_template_id_24d19c7c_render = function () {
7424
7428
  1
7425
7429
  )
7426
7430
  }
7427
- var mainvue_type_template_id_24d19c7c_staticRenderFns = []
7428
- mainvue_type_template_id_24d19c7c_render._withStripped = true
7431
+ var mainvue_type_template_id_260d7f48_staticRenderFns = []
7432
+ mainvue_type_template_id_260d7f48_render._withStripped = true
7429
7433
 
7430
7434
 
7431
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=24d19c7c&
7435
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=260d7f48&
7432
7436
 
7433
7437
  // 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=271bb842&
7434
7438
  var childrenvue_type_template_id_271bb842_render = function () {
@@ -10042,9 +10046,13 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
10042
10046
  default: true
10043
10047
  },
10044
10048
  index: {
10045
- type: [Boolean, Number],
10049
+ type: [Number, Function],
10046
10050
  default: 1
10047
10051
  },
10052
+ accumulated: {
10053
+ type: Boolean,
10054
+ default: true
10055
+ },
10048
10056
  immediate: {
10049
10057
  type: Boolean,
10050
10058
  default: true
@@ -10172,14 +10180,18 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
10172
10180
  }
10173
10181
  if (this.numbers && !types.includes('index')) {
10174
10182
  var index = 1;
10175
- if (this.orders == 'desc') {
10176
- index = function index(num) {
10177
- return _this.config.totalCount - num;
10178
- };
10179
- } else if (this.infiniteScroll) {
10180
- index = typeof this.index == 'boolean' ? 1 : this.index;
10181
- } else if (this.index || this.index === 0) {
10182
- index = this.index === true ? (this.config.pageNum - 1) * this.config.pageSize + 1 : this.index;
10183
+ if (typeof this.index === 'function') {
10184
+ index = this.index;
10185
+ } else {
10186
+ if (this.orders == 'desc') {
10187
+ index = function index(num) {
10188
+ return _this.config.totalCount - num;
10189
+ };
10190
+ } else if (this.accumulated) {
10191
+ index = (this.config.pageNum - 1) * this.config.pageSize + this.index;
10192
+ } else {
10193
+ index = this.index;
10194
+ }
10183
10195
  }
10184
10196
  thead.push({
10185
10197
  type: 'index',
@@ -11265,8 +11277,8 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
11265
11277
 
11266
11278
  var data_table_src_main_component = normalizeComponent(
11267
11279
  packages_data_table_src_mainvue_type_script_lang_js_,
11268
- mainvue_type_template_id_24d19c7c_render,
11269
- mainvue_type_template_id_24d19c7c_staticRenderFns,
11280
+ mainvue_type_template_id_260d7f48_render,
11281
+ mainvue_type_template_id_260d7f48_staticRenderFns,
11270
11282
  false,
11271
11283
  null,
11272
11284
  null,
@@ -39176,8 +39188,8 @@ handle_user_src_main.install = function (Vue) {
39176
39188
  };
39177
39189
 
39178
39190
  /* harmony default export */ var handle_user = (handle_user_src_main);
39179
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=25b75938&
39180
- var mainvue_type_template_id_25b75938_render = function () {
39191
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=64f2ba40&
39192
+ var mainvue_type_template_id_64f2ba40_render = function () {
39181
39193
  var _vm = this
39182
39194
  var _h = _vm.$createElement
39183
39195
  var _c = _vm._self._c || _h
@@ -39400,11 +39412,11 @@ var mainvue_type_template_id_25b75938_render = function () {
39400
39412
  2
39401
39413
  )
39402
39414
  }
39403
- var mainvue_type_template_id_25b75938_staticRenderFns = []
39404
- mainvue_type_template_id_25b75938_render._withStripped = true
39415
+ var mainvue_type_template_id_64f2ba40_staticRenderFns = []
39416
+ mainvue_type_template_id_64f2ba40_render._withStripped = true
39405
39417
 
39406
39418
 
39407
- // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=25b75938&
39419
+ // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=64f2ba40&
39408
39420
 
39409
39421
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=script&lang=js&
39410
39422
  //
@@ -39544,7 +39556,7 @@ mainvue_type_template_id_25b75938_render._withStripped = true
39544
39556
  hide: {
39545
39557
  type: Object,
39546
39558
  default: function _default() {
39547
- return { system: true };
39559
+ return { system: true, new: true };
39548
39560
  }
39549
39561
  },
39550
39562
  online: {
@@ -39621,14 +39633,18 @@ mainvue_type_template_id_25b75938_render._withStripped = true
39621
39633
  type: 'home',
39622
39634
  icon: 'es-icon-zuomian',
39623
39635
  title: '个人工作台'
39624
- }, {
39625
- type: 'notice',
39626
- icon: 'es-icon-tongzhi',
39627
- title: '通知消息'
39628
39636
  }, {
39629
39637
  type: 'index',
39630
39638
  icon: 'es-icon-home',
39631
39639
  title: '门户'
39640
+ }, {
39641
+ type: 'new',
39642
+ icon: 'es-icon-tiyanxinban',
39643
+ title: '体验新版'
39644
+ }, {
39645
+ type: 'notice',
39646
+ icon: 'es-icon-tongzhi',
39647
+ title: '通知消息'
39632
39648
  }, {
39633
39649
  type: 'refresh',
39634
39650
  icon: 'es-icon-shuaxin',
@@ -39761,8 +39777,8 @@ mainvue_type_template_id_25b75938_render._withStripped = true
39761
39777
 
39762
39778
  var handler_src_main_component = normalizeComponent(
39763
39779
  packages_handler_src_mainvue_type_script_lang_js_,
39764
- mainvue_type_template_id_25b75938_render,
39765
- mainvue_type_template_id_25b75938_staticRenderFns,
39780
+ mainvue_type_template_id_64f2ba40_render,
39781
+ mainvue_type_template_id_64f2ba40_staticRenderFns,
39766
39782
  false,
39767
39783
  null,
39768
39784
  null,
@@ -41309,9 +41325,9 @@ layout_src_main.install = function (Vue) {
41309
41325
  return Vue.component(layout_src_main.name, layout_src_main);
41310
41326
  };
41311
41327
 
41312
- /* harmony default export */ var layout = (layout_src_main);
41313
- // 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=1151d028&
41314
- var mainvue_type_template_id_1151d028_render = function () {
41328
+ /* harmony default export */ var packages_layout = (layout_src_main);
41329
+ // 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=8a13e62e&
41330
+ var mainvue_type_template_id_8a13e62e_render = function () {
41315
41331
  var _vm = this
41316
41332
  var _h = _vm.$createElement
41317
41333
  var _c = _vm._self._c || _h
@@ -42298,11 +42314,11 @@ var mainvue_type_template_id_1151d028_render = function () {
42298
42314
  )
42299
42315
  : _vm._e()
42300
42316
  }
42301
- var mainvue_type_template_id_1151d028_staticRenderFns = []
42302
- mainvue_type_template_id_1151d028_render._withStripped = true
42317
+ var mainvue_type_template_id_8a13e62e_staticRenderFns = []
42318
+ mainvue_type_template_id_8a13e62e_render._withStripped = true
42303
42319
 
42304
42320
 
42305
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=1151d028&
42321
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=8a13e62e&
42306
42322
 
42307
42323
  // 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=cab38660&
42308
42324
  var resetPasswordvue_type_template_id_cab38660_render = function () {
@@ -43714,7 +43730,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
43714
43730
  if (ceshi == 'true' || ceshi == true) {
43715
43731
  this.loginModel = '0';
43716
43732
  }
43717
- if (this.isScale) {
43733
+ if (this.isScale || utils_util["a" /* default */].getParams('scale')) {
43718
43734
  utils_util["a" /* default */].setScale();
43719
43735
  window.addEventListener('resize', this.setScale);
43720
43736
  }
@@ -44532,8 +44548,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
44532
44548
 
44533
44549
  var login_src_main_component = normalizeComponent(
44534
44550
  packages_login_src_mainvue_type_script_lang_js_,
44535
- mainvue_type_template_id_1151d028_render,
44536
- mainvue_type_template_id_1151d028_staticRenderFns,
44551
+ mainvue_type_template_id_8a13e62e_render,
44552
+ mainvue_type_template_id_8a13e62e_staticRenderFns,
44537
44553
  false,
44538
44554
  null,
44539
44555
  null,
@@ -44550,8 +44566,8 @@ login_src_main.install = function (Vue) {
44550
44566
  };
44551
44567
 
44552
44568
  /* harmony default export */ var login = (login_src_main);
44553
- // 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=c342434c&
44554
- var mainvue_type_template_id_c342434c_render = function () {
44569
+ // 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=6f2b9926&
44570
+ var mainvue_type_template_id_6f2b9926_render = function () {
44555
44571
  var _vm = this
44556
44572
  var _h = _vm.$createElement
44557
44573
  var _c = _vm._self._c || _h
@@ -44560,12 +44576,19 @@ var mainvue_type_template_id_c342434c_render = function () {
44560
44576
  "div",
44561
44577
  { staticClass: "es-main-box" },
44562
44578
  [
44563
- _vm.type == "simplicity"
44579
+ _vm.layout == "simplicity"
44564
44580
  ? _c(
44565
44581
  "simplicity",
44566
44582
  _vm._g(
44567
44583
  _vm._b(
44568
- { ref: "main", attrs: { appCode: _vm.appCode } },
44584
+ {
44585
+ ref: "main",
44586
+ attrs: {
44587
+ appCode: _vm.appCode,
44588
+ "old-version": _vm.multiple,
44589
+ },
44590
+ on: { "chang-layout": _vm.changLayout },
44591
+ },
44569
44592
  "simplicity",
44570
44593
  _vm.$attrs,
44571
44594
  false
@@ -44576,7 +44599,16 @@ var mainvue_type_template_id_c342434c_render = function () {
44576
44599
  : _c(
44577
44600
  "main-default",
44578
44601
  _vm._g(
44579
- _vm._b({ ref: "main" }, "main-default", _vm.$attrs, false),
44602
+ _vm._b(
44603
+ {
44604
+ ref: "main",
44605
+ attrs: { "new-version": _vm.multiple },
44606
+ on: { "chang-layout": _vm.changLayout },
44607
+ },
44608
+ "main-default",
44609
+ _vm.$attrs,
44610
+ false
44611
+ ),
44580
44612
  _vm.$listeners
44581
44613
  )
44582
44614
  ),
@@ -44622,14 +44654,14 @@ var mainvue_type_template_id_c342434c_render = function () {
44622
44654
  )
44623
44655
  : _vm._e()
44624
44656
  }
44625
- var mainvue_type_template_id_c342434c_staticRenderFns = []
44626
- mainvue_type_template_id_c342434c_render._withStripped = true
44657
+ var mainvue_type_template_id_6f2b9926_staticRenderFns = []
44658
+ mainvue_type_template_id_6f2b9926_render._withStripped = true
44627
44659
 
44628
44660
 
44629
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=c342434c&
44661
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=6f2b9926&
44630
44662
 
44631
- // 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=03f1f7f2&scoped=true&
44632
- var simplicityvue_type_template_id_03f1f7f2_scoped_true_render = function () {
44663
+ // 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=38f18b0d&scoped=true&
44664
+ var simplicityvue_type_template_id_38f18b0d_scoped_true_render = function () {
44633
44665
  var _vm = this
44634
44666
  var _h = _vm.$createElement
44635
44667
  var _c = _vm._self._c || _h
@@ -45256,11 +45288,11 @@ var simplicityvue_type_template_id_03f1f7f2_scoped_true_render = function () {
45256
45288
  ),
45257
45289
  ])
45258
45290
  }
45259
- var simplicityvue_type_template_id_03f1f7f2_scoped_true_staticRenderFns = []
45260
- simplicityvue_type_template_id_03f1f7f2_scoped_true_render._withStripped = true
45291
+ var simplicityvue_type_template_id_38f18b0d_scoped_true_staticRenderFns = []
45292
+ simplicityvue_type_template_id_38f18b0d_scoped_true_render._withStripped = true
45261
45293
 
45262
45294
 
45263
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=03f1f7f2&scoped=true&
45295
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=38f18b0d&scoped=true&
45264
45296
 
45265
45297
  // 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=1560e8bf&scoped=true&
45266
45298
  var avatarvue_type_template_id_1560e8bf_scoped_true_render = function () {
@@ -45409,8 +45441,8 @@ var avatar_component = normalizeComponent(
45409
45441
  )
45410
45442
 
45411
45443
  /* harmony default export */ var avatar = (avatar_component.exports);
45412
- // 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=7eac3976&scoped=true&
45413
- var handlervue_type_template_id_7eac3976_scoped_true_render = function () {
45444
+ // 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=d8a0cc36&scoped=true&
45445
+ var handlervue_type_template_id_d8a0cc36_scoped_true_render = function () {
45414
45446
  var _vm = this
45415
45447
  var _h = _vm.$createElement
45416
45448
  var _c = _vm._self._c || _h
@@ -45443,58 +45475,54 @@ var handlervue_type_template_id_7eac3976_scoped_true_render = function () {
45443
45475
  ]),
45444
45476
  _vm._l(_vm.lists, function (item) {
45445
45477
  return [
45446
- _vm.isShow(item.type)
45447
- ? [
45448
- item.type === "notice"
45449
- ? _c(
45450
- "el-badge",
45451
- {
45452
- key: item.type,
45453
- staticClass: "es-simplicity-handler-item",
45454
- attrs: {
45455
- value: _vm.noticeNum,
45456
- max: 99,
45457
- hidden: _vm.noticeNum === 0,
45458
- },
45459
- },
45460
- [
45461
- _c("div", {
45462
- staticClass: "es-simplicity-handler-icon",
45463
- class: item.icon,
45464
- attrs: { title: item.title },
45465
- on: {
45466
- click: function ($event) {
45467
- _vm.handleClick(item)
45468
- },
45469
- },
45470
- }),
45471
- ]
45472
- )
45473
- : _c("div", {
45474
- key: item.type,
45475
- staticClass:
45476
- "es-simplicity-handler-item es-simplicity-handler-icon",
45477
- class: item.icon,
45478
- attrs: { title: item.title },
45479
- on: {
45480
- click: function ($event) {
45481
- _vm.handleClick(item)
45482
- },
45478
+ item.type === "notice"
45479
+ ? _c(
45480
+ "el-badge",
45481
+ {
45482
+ key: item.type,
45483
+ staticClass: "es-simplicity-handler-item",
45484
+ attrs: {
45485
+ value: _vm.noticeNum,
45486
+ max: 99,
45487
+ hidden: _vm.noticeNum === 0,
45488
+ },
45489
+ },
45490
+ [
45491
+ _c("div", {
45492
+ staticClass: "es-simplicity-handler-icon",
45493
+ class: item.icon,
45494
+ attrs: { title: item.title },
45495
+ on: {
45496
+ click: function ($event) {
45497
+ _vm.handleClick(item)
45483
45498
  },
45484
- }),
45485
- ]
45486
- : _vm._e(),
45499
+ },
45500
+ }),
45501
+ ]
45502
+ )
45503
+ : _c("div", {
45504
+ key: item.type,
45505
+ staticClass:
45506
+ "es-simplicity-handler-item es-simplicity-handler-icon",
45507
+ class: item.icon,
45508
+ attrs: { title: item.title },
45509
+ on: {
45510
+ click: function ($event) {
45511
+ _vm.handleClick(item)
45512
+ },
45513
+ },
45514
+ }),
45487
45515
  ]
45488
45516
  }),
45489
45517
  ],
45490
45518
  2
45491
45519
  )
45492
45520
  }
45493
- var handlervue_type_template_id_7eac3976_scoped_true_staticRenderFns = []
45494
- handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45521
+ var handlervue_type_template_id_d8a0cc36_scoped_true_staticRenderFns = []
45522
+ handlervue_type_template_id_d8a0cc36_scoped_true_render._withStripped = true
45495
45523
 
45496
45524
 
45497
- // CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=7eac3976&scoped=true&
45525
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=d8a0cc36&scoped=true&
45498
45526
 
45499
45527
  // 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&
45500
45528
  //
@@ -45542,8 +45570,6 @@ handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45542
45570
  //
45543
45571
  //
45544
45572
  //
45545
- //
45546
- //
45547
45573
 
45548
45574
 
45549
45575
  /* harmony default export */ var handlervue_type_script_lang_js_ = ({
@@ -45580,6 +45606,16 @@ handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45580
45606
  };
45581
45607
  }
45582
45608
  },
45609
+ old: {
45610
+ type: Object,
45611
+ default: function _default() {
45612
+ return {
45613
+ type: 'old',
45614
+ icon: 'es-icon-shiyongjiuban',
45615
+ title: '使用旧版'
45616
+ };
45617
+ }
45618
+ },
45583
45619
  notice: {
45584
45620
  type: Object,
45585
45621
  default: function _default() {
@@ -45614,7 +45650,9 @@ handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45614
45650
  hide: {
45615
45651
  type: Object,
45616
45652
  default: function _default() {
45617
- return {};
45653
+ return {
45654
+ old: true
45655
+ };
45618
45656
  }
45619
45657
  },
45620
45658
  noticeNum: {
@@ -45638,7 +45676,7 @@ handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45638
45676
  lists: function lists() {
45639
45677
  var _this = this;
45640
45678
 
45641
- var data = this.data ? this.data : [this.search, this.index, this.home, this.notice, this.quit, this.set];
45679
+ var data = this.data ? this.data : [this.search, this.index, this.home, this.old, this.notice, this.quit, this.set];
45642
45680
  return data.filter(function (item) {
45643
45681
  return !_this.hide[item.type];
45644
45682
  });
@@ -45666,13 +45704,6 @@ handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45666
45704
  _this2.time = utils_util["a" /* default */].formatDate('', 'HH:mm:ss');
45667
45705
  });
45668
45706
  },
45669
- isShow: function isShow(res) {
45670
- if (Array.isArray(this.hide)) {
45671
- return !this.hide.includes(res);
45672
- } else {
45673
- return !this.hide[res];
45674
- }
45675
- },
45676
45707
  handleClick: function handleClick(res) {
45677
45708
  this.$emit('click', res);
45678
45709
  }
@@ -45693,11 +45724,11 @@ handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45693
45724
 
45694
45725
  var handler_component = normalizeComponent(
45695
45726
  simplicity_handlervue_type_script_lang_js_,
45696
- handlervue_type_template_id_7eac3976_scoped_true_render,
45697
- handlervue_type_template_id_7eac3976_scoped_true_staticRenderFns,
45727
+ handlervue_type_template_id_d8a0cc36_scoped_true_render,
45728
+ handlervue_type_template_id_d8a0cc36_scoped_true_staticRenderFns,
45698
45729
  false,
45699
45730
  null,
45700
- "7eac3976",
45731
+ "d8a0cc36",
45701
45732
  null
45702
45733
 
45703
45734
  )
@@ -50547,7 +50578,9 @@ var events = [function (tabs, index, that) {
50547
50578
  default: function _default() {
50548
50579
  return sessionStorage.getItem('host') || '';
50549
50580
  }
50550
- }
50581
+ },
50582
+ //切换旧版样式
50583
+ oldVersion: Boolean
50551
50584
  },
50552
50585
  data: function data() {
50553
50586
  return {
@@ -50641,7 +50674,8 @@ var events = [function (tabs, index, that) {
50641
50674
  active: '',
50642
50675
  //单位名称
50643
50676
  simpleUserInfo: {},
50644
- topRightToolHide: ''
50677
+ topRightToolHide: '',
50678
+ showOld: this.oldVersion
50645
50679
  };
50646
50680
  },
50647
50681
 
@@ -50692,7 +50726,8 @@ var events = [function (tabs, index, that) {
50692
50726
  }
50693
50727
  var hides = {
50694
50728
  home: this.indexUrl ? false : true,
50695
- index: this.doorIndex ? false : true
50729
+ index: this.doorIndex ? false : true,
50730
+ old: this.showOld ? false : true
50696
50731
  };
50697
50732
 
50698
50733
  if (this.layout === 'subsystem' || this.application) {
@@ -50878,6 +50913,9 @@ var events = [function (tabs, index, that) {
50878
50913
  if (results[i].portalPage || results[i].portalpage) {
50879
50914
  this.doorIndex = results[i].portalPage || results[i].portalpage;
50880
50915
  }
50916
+ if (results[i].multipleVersion || results[i].oldVersion) {
50917
+ this.showOld = results[i].oldVersion ? results[i].oldVersion : true;
50918
+ }
50881
50919
  if (results[i].topRightToolHide) {
50882
50920
  this.topRightToolHide = results[i].topRightToolHide;
50883
50921
  }
@@ -50963,6 +51001,20 @@ var events = [function (tabs, index, that) {
50963
51001
  _this2.menus = res.results;
50964
51002
  _this2.setTips(_this2.menus);
50965
51003
  utils_store.set('nav', _this2.menus);
51004
+ if (_this2.indexUrl) {
51005
+ var obj = _this2.getMenu(_this2.menus, _this2.indexUrl);
51006
+ obj = obj ? obj : {
51007
+ url: _this2.indexUrl,
51008
+ text: '工作台',
51009
+ id: '0',
51010
+ appCode: 'indexUrl'
51011
+ };
51012
+ _this2.homePage = _this2.setIframeType(obj);
51013
+ if (!_this2.appCode) {
51014
+ _this2.tabs = [_this2.homePage];
51015
+ _this2.activeName = _this2.homePage.id;
51016
+ }
51017
+ }
50966
51018
  if (_this2.appCode) {
50967
51019
  var code = _this2.sysCode || _this2.appCode;
50968
51020
  var app = _this2.userApps.filter(function (item) {
@@ -50971,9 +51023,9 @@ var events = [function (tabs, index, that) {
50971
51023
  if (app) {
50972
51024
  _this2.active = app.id;
50973
51025
  if (app.url) {
50974
- var obj = _this2.getMenu(_this2.menus, app.url);
50975
- if (obj) {
50976
- var tab = _this2.setIframeType(obj);
51026
+ var _obj = _this2.getMenu(_this2.menus, app.url);
51027
+ if (_obj) {
51028
+ var tab = _this2.setIframeType(_obj);
50977
51029
  _this2.tabs = [tab];
50978
51030
  _this2.activeName = tab.id;
50979
51031
  } else {
@@ -50984,13 +51036,13 @@ var events = [function (tabs, index, that) {
50984
51036
  if (_this2.sysCode) {
50985
51037
  var subMenus = _this2.getMenu(_this2.menus, _this2.sysCode, 'appCode');
50986
51038
  if (subMenus) {
50987
- var _obj = _this2.getMenu(_this2.menus, _this2.appCode, 'appCode');
50988
- if (_obj) {
50989
- if (!_obj.url) {
50990
- _obj = _this2.getFirst(_obj);
51039
+ var _obj2 = _this2.getMenu(_this2.menus, _this2.appCode, 'appCode');
51040
+ if (_obj2) {
51041
+ if (!_obj2.url) {
51042
+ _obj2 = _this2.getFirst(_obj2);
50991
51043
  }
50992
- _this2.subActive = _obj.id;
50993
- var _tab = _this2.setIframeType(_obj);
51044
+ _this2.subActive = _obj2.id;
51045
+ var _tab = _this2.setIframeType(_obj2);
50994
51046
  _this2.tabs = [_tab];
50995
51047
  _this2.activeName = _tab.id;
50996
51048
  } else {
@@ -51006,10 +51058,10 @@ var events = [function (tabs, index, that) {
51006
51058
  var _subMenus = _this2.getMenu(_this2.menus, _this2.appCode, 'appCode');
51007
51059
  if (_subMenus) {
51008
51060
  if (_this2.tabs.length == 0) {
51009
- var _obj2 = _this2.getFirst(_subMenus);
51010
- if (_obj2) {
51011
- _this2.subActive = _obj2.id;
51012
- var _tab2 = _this2.setIframeType(_obj2);
51061
+ var _obj3 = _this2.getFirst(_subMenus);
51062
+ if (_obj3) {
51063
+ _this2.subActive = _obj3.id;
51064
+ var _tab2 = _this2.setIframeType(_obj3);
51013
51065
  _this2.tabs = [_tab2];
51014
51066
  _this2.activeName = _tab2.id;
51015
51067
  } else {
@@ -51023,35 +51075,12 @@ var events = [function (tabs, index, that) {
51023
51075
  _this2.showMenu = false;
51024
51076
  }
51025
51077
  }
51026
- } else {
51027
- if (_this2.indexUrl) {
51028
- var _obj3 = _this2.getMenu(_this2.menus, _this2.indexUrl);
51029
- if (_obj3) {
51030
- if (!_this2.appCode) {
51031
- var _tab3 = _this2.setIframeType(_obj3);
51032
- _this2.tabs = [_tab3];
51033
- _this2.activeName = _tab3.id;
51034
- }
51035
- _this2.homePage = _obj3;
51036
- } else {
51037
- _this2.homePage = _this2.setIframeType({
51038
- url: _this2.indexUrl,
51039
- text: '工作台',
51040
- id: '0',
51041
- appCode: 'indexUrl'
51042
- });
51043
- if (!_this2.appCode) {
51044
- _this2.tabs = [_this2.homePage];
51045
- _this2.activeName = '0';
51046
- }
51047
- }
51048
- } else if (_this2.initApps && _this2.initApps.length && !_this2.appCode) {
51049
- var _obj4 = _this2.getMenu(_this2.menus, _this2.initApps[_this2.initApps.length - 1]);
51050
- if (_obj4) {
51051
- var _tab4 = _this2.setIframeType(_obj4);
51052
- _this2.tabs.push(_tab4);
51053
- _this2.activeName = _tab4.id;
51054
- }
51078
+ } else if (_this2.initApps && _this2.initApps.length && !_this2.indexUrl) {
51079
+ var _obj4 = _this2.getMenu(_this2.menus, _this2.initApps[_this2.initApps.length - 1]);
51080
+ if (_obj4) {
51081
+ var _tab3 = _this2.setIframeType(_obj4);
51082
+ _this2.tabs.push(_tab3);
51083
+ _this2.activeName = _tab3.id;
51055
51084
  }
51056
51085
  }
51057
51086
  } else {
@@ -51370,9 +51399,9 @@ var events = [function (tabs, index, that) {
51370
51399
  }
51371
51400
  }
51372
51401
  } else {
51373
- var _tab5 = this.setIframeType(res);
51374
- this.tabs.push(_tab5);
51375
- this.activeName = _tab5.id;
51402
+ var _tab4 = this.setIframeType(res);
51403
+ this.tabs.push(_tab4);
51404
+ this.activeName = _tab4.id;
51376
51405
  }
51377
51406
  } else {
51378
51407
  if (res.method == 'iframe') {
@@ -51397,8 +51426,8 @@ var events = [function (tabs, index, that) {
51397
51426
  var _i = utils_util["a" /* default */].indexOfObj(this.tabs, subMenus, 'id');
51398
51427
  this.activeName = subMenus.id;
51399
51428
  if (_i == -1) {
51400
- var _tab6 = this.setIframeType(subMenus);
51401
- this.tabs.push(_tab6);
51429
+ var _tab5 = this.setIframeType(subMenus);
51430
+ this.tabs.push(_tab5);
51402
51431
  } else {
51403
51432
  if (subMenus.method == 'iframe') {
51404
51433
  subMenus.url = utils_util["a" /* default */].handlerUrl(subMenus.url);
@@ -51457,15 +51486,15 @@ var events = [function (tabs, index, that) {
51457
51486
  this.tabs.push(tab);
51458
51487
  this.activeName = res.id;
51459
51488
  } else {
51460
- var _tab7 = this.tabs[i];
51461
- if (_tab7.method === 'iframe') {
51489
+ var _tab6 = this.tabs[i];
51490
+ if (_tab6.method === 'iframe') {
51462
51491
  this.activeName = res.id;
51463
- this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab7.url));
51492
+ this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab6.url));
51464
51493
  } else {
51465
- if (_tab7.method === 'wujie' && _tab7.appCode) {
51466
- window.document.querySelector('iframe[name=' + _tab7.appCode + ']').contentWindow.location.reload(true);
51494
+ if (_tab6.method === 'wujie' && _tab6.appCode) {
51495
+ window.document.querySelector('iframe[name=' + _tab6.appCode + ']').contentWindow.location.reload(true);
51467
51496
  }
51468
- if (_tab7.method === 'router') {
51497
+ if (_tab6.method === 'router') {
51469
51498
  this.$set(this.tabs[i], 'keys', utils_util["a" /* default */].uuid());
51470
51499
  }
51471
51500
  this.activeName = res.id;
@@ -51524,14 +51553,14 @@ var events = [function (tabs, index, that) {
51524
51553
  if (tab.method === 'iframe') {
51525
51554
  tab.url = utils_util["a" /* default */].handlerUrl(tab.url);
51526
51555
  } else {
51527
- var _tab8 = this.tabs[i];
51528
- if (_tab8.method === 'iframe') {
51529
- this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab8.url));
51556
+ var _tab7 = this.tabs[i];
51557
+ if (_tab7.method === 'iframe') {
51558
+ this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab7.url));
51530
51559
  }
51531
- if (_tab8.method === 'wujie' && _tab8.appCode) {
51532
- window.document.querySelector('iframe[name=' + _tab8.appCode + ']').contentWindow.location.reload(true);
51560
+ if (_tab7.method === 'wujie' && _tab7.appCode) {
51561
+ window.document.querySelector('iframe[name=' + _tab7.appCode + ']').contentWindow.location.reload(true);
51533
51562
  }
51534
- if (_tab8.method === 'router') {
51563
+ if (_tab7.method === 'router') {
51535
51564
  this.$set(this.tabs[i], 'keys', utils_util["a" /* default */].uuid());
51536
51565
  }
51537
51566
  }
@@ -51644,6 +51673,13 @@ var events = [function (tabs, index, that) {
51644
51673
  case 'index':
51645
51674
  utils_util["a" /* default */].win.open(this.doorIndex, '_self');
51646
51675
  break;
51676
+ case 'old':
51677
+ if (typeof this.showOld === 'string') {
51678
+ window.location.href = this.showOld;
51679
+ } else {
51680
+ this.$emit('chang-layout', 'default');
51681
+ }
51682
+ break;
51647
51683
  case 'set':
51648
51684
  this.showSet = !this.showSet;
51649
51685
  this.showMsg = false;
@@ -51812,14 +51848,14 @@ var events = [function (tabs, index, that) {
51812
51848
  var tab = this.setIframeType(obj);
51813
51849
  this.tabs.splice(n + 1, 0, tab);
51814
51850
  } else {
51815
- var _tab9 = this.tabs[i];
51816
- if (_tab9.method === 'iframe') {
51817
- this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab9.url));
51851
+ var _tab8 = this.tabs[i];
51852
+ if (_tab8.method === 'iframe') {
51853
+ this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab8.url));
51818
51854
  }
51819
- if (_tab9.method === 'wujie' && _tab9.appCode) {
51820
- window.document.querySelector('iframe[name=' + _tab9.appCode + ']').contentWindow.location.reload(true);
51855
+ if (_tab8.method === 'wujie' && _tab8.appCode) {
51856
+ window.document.querySelector('iframe[name=' + _tab8.appCode + ']').contentWindow.location.reload(true);
51821
51857
  }
51822
- if (_tab9.method === 'router') {
51858
+ if (_tab8.method === 'router') {
51823
51859
  this.$set(this.tabs[i], 'keys', utils_util["a" /* default */].uuid());
51824
51860
  }
51825
51861
  }
@@ -51880,18 +51916,18 @@ var events = [function (tabs, index, that) {
51880
51916
 
51881
51917
  var simplicity_component = normalizeComponent(
51882
51918
  src_simplicityvue_type_script_lang_js_,
51883
- simplicityvue_type_template_id_03f1f7f2_scoped_true_render,
51884
- simplicityvue_type_template_id_03f1f7f2_scoped_true_staticRenderFns,
51919
+ simplicityvue_type_template_id_38f18b0d_scoped_true_render,
51920
+ simplicityvue_type_template_id_38f18b0d_scoped_true_staticRenderFns,
51885
51921
  false,
51886
51922
  null,
51887
- "03f1f7f2",
51923
+ "38f18b0d",
51888
51924
  null
51889
51925
 
51890
51926
  )
51891
51927
 
51892
51928
  /* harmony default export */ var simplicity = (simplicity_component.exports);
51893
- // 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=3c855b6a&
51894
- var defaultvue_type_template_id_3c855b6a_render = function () {
51929
+ // 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=149ff0da&
51930
+ var defaultvue_type_template_id_149ff0da_render = function () {
51895
51931
  var _vm = this
51896
51932
  var _h = _vm.$createElement
51897
51933
  var _c = _vm._self._c || _h
@@ -52278,11 +52314,11 @@ var defaultvue_type_template_id_3c855b6a_render = function () {
52278
52314
  1
52279
52315
  )
52280
52316
  }
52281
- var defaultvue_type_template_id_3c855b6a_staticRenderFns = []
52282
- defaultvue_type_template_id_3c855b6a_render._withStripped = true
52317
+ var defaultvue_type_template_id_149ff0da_staticRenderFns = []
52318
+ defaultvue_type_template_id_149ff0da_render._withStripped = true
52283
52319
 
52284
52320
 
52285
- // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=3c855b6a&
52321
+ // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=149ff0da&
52286
52322
 
52287
52323
  // 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=d207c2e8&
52288
52324
  var userinfovue_type_template_id_d207c2e8_render = function () {
@@ -52764,8 +52800,8 @@ var default_userinfo_component = normalizeComponent(
52764
52800
  )
52765
52801
 
52766
52802
  /* harmony default export */ var default_userinfo = (default_userinfo_component.exports);
52767
- // 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/settings.vue?vue&type=template&id=2d7a058d&
52768
- var settingsvue_type_template_id_2d7a058d_render = function () {
52803
+ // 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/settings.vue?vue&type=template&id=52aa078c&
52804
+ var settingsvue_type_template_id_52aa078c_render = function () {
52769
52805
  var _vm = this
52770
52806
  var _h = _vm.$createElement
52771
52807
  var _c = _vm._self._c || _h
@@ -52844,7 +52880,7 @@ var settingsvue_type_template_id_2d7a058d_render = function () {
52844
52880
  1
52845
52881
  ),
52846
52882
  _c("div", { staticClass: "es-setting-item" }, [
52847
- _c("div", { staticClass: "es-setting-title" }, [_vm._v("导航模式")]),
52883
+ _c("div", { staticClass: "es-setting-title" }, [_vm._v("菜单风格")]),
52848
52884
  _c(
52849
52885
  "div",
52850
52886
  { staticClass: "es-setting-navs-box" },
@@ -53008,7 +53044,7 @@ var settingsvue_type_template_id_2d7a058d_render = function () {
53008
53044
  staticClass: "es-setting-navs-item",
53009
53045
  attrs: {
53010
53046
  effect: "dark",
53011
- content: "侧边菜单布局",
53047
+ content: "侧边+按钮菜单布局",
53012
53048
  placement: "bottom",
53013
53049
  },
53014
53050
  },
@@ -53047,11 +53083,11 @@ var settingsvue_type_template_id_2d7a058d_render = function () {
53047
53083
  ]
53048
53084
  )
53049
53085
  }
53050
- var settingsvue_type_template_id_2d7a058d_staticRenderFns = []
53051
- settingsvue_type_template_id_2d7a058d_render._withStripped = true
53086
+ var settingsvue_type_template_id_52aa078c_staticRenderFns = []
53087
+ settingsvue_type_template_id_52aa078c_render._withStripped = true
53052
53088
 
53053
53089
 
53054
- // CONCATENATED MODULE: ./packages/main/src/default/settings.vue?vue&type=template&id=2d7a058d&
53090
+ // CONCATENATED MODULE: ./packages/main/src/default/settings.vue?vue&type=template&id=52aa078c&
53055
53091
 
53056
53092
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/settings.vue?vue&type=script&lang=js&
53057
53093
  //
@@ -53254,8 +53290,8 @@ settingsvue_type_template_id_2d7a058d_render._withStripped = true
53254
53290
 
53255
53291
  var default_settings_component = normalizeComponent(
53256
53292
  src_default_settingsvue_type_script_lang_js_,
53257
- settingsvue_type_template_id_2d7a058d_render,
53258
- settingsvue_type_template_id_2d7a058d_staticRenderFns,
53293
+ settingsvue_type_template_id_52aa078c_render,
53294
+ settingsvue_type_template_id_52aa078c_staticRenderFns,
53259
53295
  false,
53260
53296
  null,
53261
53297
  null,
@@ -54379,7 +54415,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54379
54415
  onlineView: {
54380
54416
  type: [String, Boolean],
54381
54417
  default: true
54382
- }
54418
+ },
54419
+ newVersion: Boolean
54383
54420
  },
54384
54421
  computed: {
54385
54422
  showHeader: function showHeader() {
@@ -54451,7 +54488,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54451
54488
  set: !this.set,
54452
54489
  index: this.doorIndex ? false : true,
54453
54490
  system: true,
54454
- home: this.homePage ? false : true
54491
+ home: this.homePage ? false : true,
54492
+ new: this.showNew ? false : true
54455
54493
  };
54456
54494
 
54457
54495
  if (this.layout === 'subsystem' || this.application) {
@@ -54601,10 +54639,13 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54601
54639
  dialog: {},
54602
54640
  hideSubMenu: false,
54603
54641
  doorIndex: '',
54604
- topRightToolHide: ''
54642
+ topRightToolHide: '',
54643
+ showNew: this.newVersion
54605
54644
  };
54606
54645
  },
54607
54646
  created: function created() {
54647
+ var layout = localStorage.getItem('layout');
54648
+ layout && (this.layout = layout);
54608
54649
  var params = utils_util["a" /* default */].getParams() || {};
54609
54650
  if (params.homePage == 0) {
54610
54651
  this.isLoadHomePage = false;
@@ -54846,6 +54887,9 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54846
54887
  if (results[i].portalPage || results[i].portalpage) {
54847
54888
  this.doorIndex = results[i].portalPage || results[i].portalpage;
54848
54889
  }
54890
+ if (results[i].multipleVersion || results[i].newVersion) {
54891
+ this.showNew = results[i].newVersion ? results[i].newVersion : true;
54892
+ }
54849
54893
  if (results[i].topRightToolHide) {
54850
54894
  this.topRightToolHide = results[i].topRightToolHide;
54851
54895
  }
@@ -55607,6 +55651,13 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
55607
55651
  case 'set':
55608
55652
  this.handleSet();
55609
55653
  break;
55654
+ case 'new':
55655
+ if (typeof this.showNew === 'string') {
55656
+ window.location.href = this.showNew;
55657
+ } else {
55658
+ this.$emit('chang-layout', 'simplicity');
55659
+ }
55660
+ break;
55610
55661
  case 'goView':
55611
55662
  utils_util["a" /* default */].win.open(res.path, '_blank');
55612
55663
  break;
@@ -55772,6 +55823,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
55772
55823
  return;
55773
55824
  }
55774
55825
  this.layout = res;
55826
+ localStorage.setItem('layout', res);
55775
55827
  switch (res) {
55776
55828
  case 'topnav':
55777
55829
  this.navs = this.menus;
@@ -55946,8 +55998,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
55946
55998
 
55947
55999
  var default_component = normalizeComponent(
55948
56000
  src_defaultvue_type_script_lang_js_,
55949
- defaultvue_type_template_id_3c855b6a_render,
55950
- defaultvue_type_template_id_3c855b6a_staticRenderFns,
56001
+ defaultvue_type_template_id_149ff0da_render,
56002
+ defaultvue_type_template_id_149ff0da_staticRenderFns,
55951
56003
  false,
55952
56004
  null,
55953
56005
  null,
@@ -55998,6 +56050,10 @@ var default_component = normalizeComponent(
55998
56050
  //
55999
56051
  //
56000
56052
  //
56053
+ //
56054
+ //
56055
+ //
56056
+ //
56001
56057
 
56002
56058
 
56003
56059
 
@@ -56034,7 +56090,8 @@ var src_mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
56034
56090
  launchTime: {
56035
56091
  type: Number,
56036
56092
  default: 3000
56037
- }
56093
+ },
56094
+ multiple: Boolean
56038
56095
  },
56039
56096
  computed: {
56040
56097
  _launchImage: function _launchImage() {
@@ -56050,10 +56107,15 @@ var src_mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
56050
56107
  params: {},
56051
56108
  dialogs: [],
56052
56109
  visibles: [],
56053
- isLogin: false
56110
+ isLogin: false,
56111
+ layout: this.type
56054
56112
  };
56055
56113
  },
56056
56114
  created: function created() {
56115
+ var layoutType = localStorage.getItem('layoutType');
56116
+ if (layoutType) {
56117
+ this.layout = layoutType;
56118
+ }
56057
56119
  this.params = utils_util["a" /* default */].getParams() || {};
56058
56120
  this.sysCode = this.params.sysCode;
56059
56121
  this.appCode = this.params.appCode;
@@ -56117,6 +56179,16 @@ var src_mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
56117
56179
  },
56118
56180
 
56119
56181
  methods: {
56182
+ /**
56183
+ * @desc: 切换布局风格
56184
+ * @author huangbo
56185
+ * @date 2024年9月7日
56186
+ **/
56187
+ changLayout: function changLayout(res) {
56188
+ this.layout = res;
56189
+ localStorage.setItem('layoutType', res);
56190
+ },
56191
+
56120
56192
  /**
56121
56193
  * @desc:重新登录
56122
56194
  * @author huangbo
@@ -56286,8 +56358,8 @@ var src_mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
56286
56358
 
56287
56359
  var main_src_main_component = normalizeComponent(
56288
56360
  packages_main_src_mainvue_type_script_lang_js_,
56289
- mainvue_type_template_id_c342434c_render,
56290
- mainvue_type_template_id_c342434c_staticRenderFns,
56361
+ mainvue_type_template_id_6f2b9926_render,
56362
+ mainvue_type_template_id_6f2b9926_staticRenderFns,
56291
56363
  false,
56292
56364
  null,
56293
56365
  null,
@@ -76669,7 +76741,7 @@ wxlogin_src_main.install = function (Vue) {
76669
76741
 
76670
76742
 
76671
76743
 
76672
- var components = [packages_button, button_group, calendar, card, cascader, checkbox_group, clients, data_table, data_table_form, date_picker, packages_dialog, enterprise, error_page, packages_form, packages_flow, flow_group, flow_list, handle_user, packages_handler, icon, icons, packages_input, input_number, packages_label, layout, login, packages_main, menu, nav, packages_notify, pagination, packages_page, player, qr_code, radio_group, retrial_auth, packages_select, select_ganged, selector, selector_panel, packages_sizer, steps, packages_switch, packages_tabs, tabs_panel, tips, packages_tree, tree_group, packages_toolbar, table_form, upload, wujie, wxlogin];
76744
+ var components = [packages_button, button_group, calendar, card, cascader, checkbox_group, clients, data_table, data_table_form, date_picker, packages_dialog, enterprise, error_page, packages_form, packages_flow, flow_group, flow_list, handle_user, packages_handler, icon, icons, packages_input, input_number, packages_label, packages_layout, login, packages_main, menu, nav, packages_notify, pagination, packages_page, player, qr_code, radio_group, retrial_auth, packages_select, select_ganged, selector, selector_panel, packages_sizer, steps, packages_switch, packages_tabs, tabs_panel, tips, packages_tree, tree_group, packages_toolbar, table_form, upload, wujie, wxlogin];
76673
76745
 
76674
76746
  var install = function install(Vue) {
76675
76747
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -76684,7 +76756,7 @@ if (typeof window !== 'undefined' && window.Vue) {
76684
76756
  }
76685
76757
 
76686
76758
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
76687
- version: '0.5.97',
76759
+ version: '0.5.98',
76688
76760
  install: install,
76689
76761
  Button: packages_button,
76690
76762
  ButtonGroup: button_group,
@@ -76710,7 +76782,7 @@ if (typeof window !== 'undefined' && window.Vue) {
76710
76782
  Input: packages_input,
76711
76783
  InputNumber: input_number,
76712
76784
  Label: packages_label,
76713
- Layout: layout,
76785
+ Layout: packages_layout,
76714
76786
  Login: login,
76715
76787
  Main: packages_main,
76716
76788
  Menu: menu,