eoss-ui 0.5.96 → 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 +342 -266
  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 +284 -220
  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 +25 -4
  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,84 +44566,102 @@ 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=f52b5d68&
44554
- var mainvue_type_template_id_f52b5d68_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
44558
- return _c(
44559
- "div",
44560
- { staticClass: "es-main-box" },
44561
- [
44562
- _vm.type == "simplicity"
44563
- ? _c(
44564
- "simplicity",
44565
- _vm._g(
44566
- _vm._b(
44567
- { ref: "main", attrs: { appCode: _vm.appCode } },
44574
+ return _vm.isLogin
44575
+ ? _c(
44576
+ "div",
44577
+ { staticClass: "es-main-box" },
44578
+ [
44579
+ _vm.layout == "simplicity"
44580
+ ? _c(
44568
44581
  "simplicity",
44569
- _vm.$attrs,
44582
+ _vm._g(
44583
+ _vm._b(
44584
+ {
44585
+ ref: "main",
44586
+ attrs: {
44587
+ appCode: _vm.appCode,
44588
+ "old-version": _vm.multiple,
44589
+ },
44590
+ on: { "chang-layout": _vm.changLayout },
44591
+ },
44592
+ "simplicity",
44593
+ _vm.$attrs,
44594
+ false
44595
+ ),
44596
+ _vm.$listeners
44597
+ )
44598
+ )
44599
+ : _c(
44600
+ "main-default",
44601
+ _vm._g(
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
+ ),
44612
+ _vm.$listeners
44613
+ )
44614
+ ),
44615
+ _vm._l(_vm.dialogs, function (item, index) {
44616
+ return _c(
44617
+ "es-dialog",
44618
+ _vm._b(
44619
+ {
44620
+ key: item.id || item.name || index,
44621
+ attrs: { visible: _vm.visibles[index], size: "md" },
44622
+ on: {
44623
+ "update:visible": function ($event) {
44624
+ _vm.$set(_vm.visibles, index, $event)
44625
+ },
44626
+ closed: function ($event) {
44627
+ _vm.handleClosed(item, index)
44628
+ },
44629
+ },
44630
+ },
44631
+ "es-dialog",
44632
+ _vm.exclAttribute({
44633
+ data: item,
44634
+ attrs: ["visible", "url"],
44635
+ }),
44570
44636
  false
44571
44637
  ),
44572
- _vm.$listeners
44573
- )
44574
- )
44575
- : _c(
44576
- "main-default",
44577
- _vm._g(
44578
- _vm._b({ ref: "main" }, "main-default", _vm.$attrs, false),
44579
- _vm.$listeners
44638
+ [
44639
+ _vm.visibles[index]
44640
+ ? _c("iframe", {
44641
+ attrs: {
44642
+ width: "100%",
44643
+ height: "100%",
44644
+ frameborder: "0",
44645
+ src: item.url,
44646
+ },
44647
+ })
44648
+ : _vm._e(),
44649
+ ]
44580
44650
  )
44581
- ),
44582
- _vm._l(_vm.dialogs, function (item, index) {
44583
- return _c(
44584
- "es-dialog",
44585
- _vm._b(
44586
- {
44587
- key: item.id || item.name || index,
44588
- attrs: { visible: _vm.visibles[index], size: "md" },
44589
- on: {
44590
- "update:visible": function ($event) {
44591
- _vm.$set(_vm.visibles, index, $event)
44592
- },
44593
- closed: function ($event) {
44594
- _vm.handleClosed(item, index)
44595
- },
44596
- },
44597
- },
44598
- "es-dialog",
44599
- _vm.exclAttribute({
44600
- data: item,
44601
- attrs: ["visible", "url"],
44602
- }),
44603
- false
44604
- ),
44605
- [
44606
- _vm.visibles[index]
44607
- ? _c("iframe", {
44608
- attrs: {
44609
- width: "100%",
44610
- height: "100%",
44611
- frameborder: "0",
44612
- src: item.url,
44613
- },
44614
- })
44615
- : _vm._e(),
44616
- ]
44617
- )
44618
- }),
44619
- ],
44620
- 2
44621
- )
44651
+ }),
44652
+ ],
44653
+ 2
44654
+ )
44655
+ : _vm._e()
44622
44656
  }
44623
- var mainvue_type_template_id_f52b5d68_staticRenderFns = []
44624
- mainvue_type_template_id_f52b5d68_render._withStripped = true
44657
+ var mainvue_type_template_id_6f2b9926_staticRenderFns = []
44658
+ mainvue_type_template_id_6f2b9926_render._withStripped = true
44625
44659
 
44626
44660
 
44627
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=f52b5d68&
44661
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=6f2b9926&
44628
44662
 
44629
- // 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&
44630
- 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 () {
44631
44665
  var _vm = this
44632
44666
  var _h = _vm.$createElement
44633
44667
  var _c = _vm._self._c || _h
@@ -45254,11 +45288,11 @@ var simplicityvue_type_template_id_03f1f7f2_scoped_true_render = function () {
45254
45288
  ),
45255
45289
  ])
45256
45290
  }
45257
- var simplicityvue_type_template_id_03f1f7f2_scoped_true_staticRenderFns = []
45258
- 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
45259
45293
 
45260
45294
 
45261
- // 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&
45262
45296
 
45263
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&
45264
45298
  var avatarvue_type_template_id_1560e8bf_scoped_true_render = function () {
@@ -45407,8 +45441,8 @@ var avatar_component = normalizeComponent(
45407
45441
  )
45408
45442
 
45409
45443
  /* harmony default export */ var avatar = (avatar_component.exports);
45410
- // 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&
45411
- 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 () {
45412
45446
  var _vm = this
45413
45447
  var _h = _vm.$createElement
45414
45448
  var _c = _vm._self._c || _h
@@ -45441,58 +45475,54 @@ var handlervue_type_template_id_7eac3976_scoped_true_render = function () {
45441
45475
  ]),
45442
45476
  _vm._l(_vm.lists, function (item) {
45443
45477
  return [
45444
- _vm.isShow(item.type)
45445
- ? [
45446
- item.type === "notice"
45447
- ? _c(
45448
- "el-badge",
45449
- {
45450
- key: item.type,
45451
- staticClass: "es-simplicity-handler-item",
45452
- attrs: {
45453
- value: _vm.noticeNum,
45454
- max: 99,
45455
- hidden: _vm.noticeNum === 0,
45456
- },
45457
- },
45458
- [
45459
- _c("div", {
45460
- staticClass: "es-simplicity-handler-icon",
45461
- class: item.icon,
45462
- attrs: { title: item.title },
45463
- on: {
45464
- click: function ($event) {
45465
- _vm.handleClick(item)
45466
- },
45467
- },
45468
- }),
45469
- ]
45470
- )
45471
- : _c("div", {
45472
- key: item.type,
45473
- staticClass:
45474
- "es-simplicity-handler-item es-simplicity-handler-icon",
45475
- class: item.icon,
45476
- attrs: { title: item.title },
45477
- on: {
45478
- click: function ($event) {
45479
- _vm.handleClick(item)
45480
- },
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)
45481
45498
  },
45482
- }),
45483
- ]
45484
- : _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
+ }),
45485
45515
  ]
45486
45516
  }),
45487
45517
  ],
45488
45518
  2
45489
45519
  )
45490
45520
  }
45491
- var handlervue_type_template_id_7eac3976_scoped_true_staticRenderFns = []
45492
- 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
45493
45523
 
45494
45524
 
45495
- // 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&
45496
45526
 
45497
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&
45498
45528
  //
@@ -45540,8 +45570,6 @@ handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45540
45570
  //
45541
45571
  //
45542
45572
  //
45543
- //
45544
- //
45545
45573
 
45546
45574
 
45547
45575
  /* harmony default export */ var handlervue_type_script_lang_js_ = ({
@@ -45578,6 +45606,16 @@ handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45578
45606
  };
45579
45607
  }
45580
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
+ },
45581
45619
  notice: {
45582
45620
  type: Object,
45583
45621
  default: function _default() {
@@ -45612,7 +45650,9 @@ handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45612
45650
  hide: {
45613
45651
  type: Object,
45614
45652
  default: function _default() {
45615
- return {};
45653
+ return {
45654
+ old: true
45655
+ };
45616
45656
  }
45617
45657
  },
45618
45658
  noticeNum: {
@@ -45636,7 +45676,7 @@ handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45636
45676
  lists: function lists() {
45637
45677
  var _this = this;
45638
45678
 
45639
- 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];
45640
45680
  return data.filter(function (item) {
45641
45681
  return !_this.hide[item.type];
45642
45682
  });
@@ -45664,13 +45704,6 @@ handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45664
45704
  _this2.time = utils_util["a" /* default */].formatDate('', 'HH:mm:ss');
45665
45705
  });
45666
45706
  },
45667
- isShow: function isShow(res) {
45668
- if (Array.isArray(this.hide)) {
45669
- return !this.hide.includes(res);
45670
- } else {
45671
- return !this.hide[res];
45672
- }
45673
- },
45674
45707
  handleClick: function handleClick(res) {
45675
45708
  this.$emit('click', res);
45676
45709
  }
@@ -45691,11 +45724,11 @@ handlervue_type_template_id_7eac3976_scoped_true_render._withStripped = true
45691
45724
 
45692
45725
  var handler_component = normalizeComponent(
45693
45726
  simplicity_handlervue_type_script_lang_js_,
45694
- handlervue_type_template_id_7eac3976_scoped_true_render,
45695
- 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,
45696
45729
  false,
45697
45730
  null,
45698
- "7eac3976",
45731
+ "d8a0cc36",
45699
45732
  null
45700
45733
 
45701
45734
  )
@@ -50545,7 +50578,9 @@ var events = [function (tabs, index, that) {
50545
50578
  default: function _default() {
50546
50579
  return sessionStorage.getItem('host') || '';
50547
50580
  }
50548
- }
50581
+ },
50582
+ //切换旧版样式
50583
+ oldVersion: Boolean
50549
50584
  },
50550
50585
  data: function data() {
50551
50586
  return {
@@ -50639,7 +50674,8 @@ var events = [function (tabs, index, that) {
50639
50674
  active: '',
50640
50675
  //单位名称
50641
50676
  simpleUserInfo: {},
50642
- topRightToolHide: ''
50677
+ topRightToolHide: '',
50678
+ showOld: this.oldVersion
50643
50679
  };
50644
50680
  },
50645
50681
 
@@ -50690,7 +50726,8 @@ var events = [function (tabs, index, that) {
50690
50726
  }
50691
50727
  var hides = {
50692
50728
  home: this.indexUrl ? false : true,
50693
- index: this.doorIndex ? false : true
50729
+ index: this.doorIndex ? false : true,
50730
+ old: this.showOld ? false : true
50694
50731
  };
50695
50732
 
50696
50733
  if (this.layout === 'subsystem' || this.application) {
@@ -50876,6 +50913,9 @@ var events = [function (tabs, index, that) {
50876
50913
  if (results[i].portalPage || results[i].portalpage) {
50877
50914
  this.doorIndex = results[i].portalPage || results[i].portalpage;
50878
50915
  }
50916
+ if (results[i].multipleVersion || results[i].oldVersion) {
50917
+ this.showOld = results[i].oldVersion ? results[i].oldVersion : true;
50918
+ }
50879
50919
  if (results[i].topRightToolHide) {
50880
50920
  this.topRightToolHide = results[i].topRightToolHide;
50881
50921
  }
@@ -50961,6 +51001,20 @@ var events = [function (tabs, index, that) {
50961
51001
  _this2.menus = res.results;
50962
51002
  _this2.setTips(_this2.menus);
50963
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
+ }
50964
51018
  if (_this2.appCode) {
50965
51019
  var code = _this2.sysCode || _this2.appCode;
50966
51020
  var app = _this2.userApps.filter(function (item) {
@@ -50969,9 +51023,9 @@ var events = [function (tabs, index, that) {
50969
51023
  if (app) {
50970
51024
  _this2.active = app.id;
50971
51025
  if (app.url) {
50972
- var obj = _this2.getMenu(_this2.menus, app.url);
50973
- if (obj) {
50974
- var tab = _this2.setIframeType(obj);
51026
+ var _obj = _this2.getMenu(_this2.menus, app.url);
51027
+ if (_obj) {
51028
+ var tab = _this2.setIframeType(_obj);
50975
51029
  _this2.tabs = [tab];
50976
51030
  _this2.activeName = tab.id;
50977
51031
  } else {
@@ -50982,13 +51036,13 @@ var events = [function (tabs, index, that) {
50982
51036
  if (_this2.sysCode) {
50983
51037
  var subMenus = _this2.getMenu(_this2.menus, _this2.sysCode, 'appCode');
50984
51038
  if (subMenus) {
50985
- var _obj = _this2.getMenu(_this2.menus, _this2.appCode, 'appCode');
50986
- if (_obj) {
50987
- if (!_obj.url) {
50988
- _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);
50989
51043
  }
50990
- _this2.subActive = _obj.id;
50991
- var _tab = _this2.setIframeType(_obj);
51044
+ _this2.subActive = _obj2.id;
51045
+ var _tab = _this2.setIframeType(_obj2);
50992
51046
  _this2.tabs = [_tab];
50993
51047
  _this2.activeName = _tab.id;
50994
51048
  } else {
@@ -51004,10 +51058,10 @@ var events = [function (tabs, index, that) {
51004
51058
  var _subMenus = _this2.getMenu(_this2.menus, _this2.appCode, 'appCode');
51005
51059
  if (_subMenus) {
51006
51060
  if (_this2.tabs.length == 0) {
51007
- var _obj2 = _this2.getFirst(_subMenus);
51008
- if (_obj2) {
51009
- _this2.subActive = _obj2.id;
51010
- 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);
51011
51065
  _this2.tabs = [_tab2];
51012
51066
  _this2.activeName = _tab2.id;
51013
51067
  } else {
@@ -51021,35 +51075,12 @@ var events = [function (tabs, index, that) {
51021
51075
  _this2.showMenu = false;
51022
51076
  }
51023
51077
  }
51024
- } else {
51025
- if (_this2.indexUrl) {
51026
- var _obj3 = _this2.getMenu(_this2.menus, _this2.indexUrl);
51027
- if (_obj3) {
51028
- if (!_this2.appCode) {
51029
- var _tab3 = _this2.setIframeType(_obj3);
51030
- _this2.tabs = [_tab3];
51031
- _this2.activeName = _tab3.id;
51032
- }
51033
- _this2.homePage = _obj3;
51034
- } else {
51035
- _this2.homePage = _this2.setIframeType({
51036
- url: _this2.indexUrl,
51037
- text: '工作台',
51038
- id: '0',
51039
- appCode: 'indexUrl'
51040
- });
51041
- if (!_this2.appCode) {
51042
- _this2.tabs = [_this2.homePage];
51043
- _this2.activeName = '0';
51044
- }
51045
- }
51046
- } else if (_this2.initApps && _this2.initApps.length && !_this2.appCode) {
51047
- var _obj4 = _this2.getMenu(_this2.menus, _this2.initApps[_this2.initApps.length - 1]);
51048
- if (_obj4) {
51049
- var _tab4 = _this2.setIframeType(_obj4);
51050
- _this2.tabs.push(_tab4);
51051
- _this2.activeName = _tab4.id;
51052
- }
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;
51053
51084
  }
51054
51085
  }
51055
51086
  } else {
@@ -51368,9 +51399,9 @@ var events = [function (tabs, index, that) {
51368
51399
  }
51369
51400
  }
51370
51401
  } else {
51371
- var _tab5 = this.setIframeType(res);
51372
- this.tabs.push(_tab5);
51373
- this.activeName = _tab5.id;
51402
+ var _tab4 = this.setIframeType(res);
51403
+ this.tabs.push(_tab4);
51404
+ this.activeName = _tab4.id;
51374
51405
  }
51375
51406
  } else {
51376
51407
  if (res.method == 'iframe') {
@@ -51395,8 +51426,8 @@ var events = [function (tabs, index, that) {
51395
51426
  var _i = utils_util["a" /* default */].indexOfObj(this.tabs, subMenus, 'id');
51396
51427
  this.activeName = subMenus.id;
51397
51428
  if (_i == -1) {
51398
- var _tab6 = this.setIframeType(subMenus);
51399
- this.tabs.push(_tab6);
51429
+ var _tab5 = this.setIframeType(subMenus);
51430
+ this.tabs.push(_tab5);
51400
51431
  } else {
51401
51432
  if (subMenus.method == 'iframe') {
51402
51433
  subMenus.url = utils_util["a" /* default */].handlerUrl(subMenus.url);
@@ -51455,15 +51486,15 @@ var events = [function (tabs, index, that) {
51455
51486
  this.tabs.push(tab);
51456
51487
  this.activeName = res.id;
51457
51488
  } else {
51458
- var _tab7 = this.tabs[i];
51459
- if (_tab7.method === 'iframe') {
51489
+ var _tab6 = this.tabs[i];
51490
+ if (_tab6.method === 'iframe') {
51460
51491
  this.activeName = res.id;
51461
- 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));
51462
51493
  } else {
51463
- if (_tab7.method === 'wujie' && _tab7.appCode) {
51464
- 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);
51465
51496
  }
51466
- if (_tab7.method === 'router') {
51497
+ if (_tab6.method === 'router') {
51467
51498
  this.$set(this.tabs[i], 'keys', utils_util["a" /* default */].uuid());
51468
51499
  }
51469
51500
  this.activeName = res.id;
@@ -51522,14 +51553,14 @@ var events = [function (tabs, index, that) {
51522
51553
  if (tab.method === 'iframe') {
51523
51554
  tab.url = utils_util["a" /* default */].handlerUrl(tab.url);
51524
51555
  } else {
51525
- var _tab8 = this.tabs[i];
51526
- if (_tab8.method === 'iframe') {
51527
- 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));
51528
51559
  }
51529
- if (_tab8.method === 'wujie' && _tab8.appCode) {
51530
- 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);
51531
51562
  }
51532
- if (_tab8.method === 'router') {
51563
+ if (_tab7.method === 'router') {
51533
51564
  this.$set(this.tabs[i], 'keys', utils_util["a" /* default */].uuid());
51534
51565
  }
51535
51566
  }
@@ -51642,6 +51673,13 @@ var events = [function (tabs, index, that) {
51642
51673
  case 'index':
51643
51674
  utils_util["a" /* default */].win.open(this.doorIndex, '_self');
51644
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;
51645
51683
  case 'set':
51646
51684
  this.showSet = !this.showSet;
51647
51685
  this.showMsg = false;
@@ -51810,14 +51848,14 @@ var events = [function (tabs, index, that) {
51810
51848
  var tab = this.setIframeType(obj);
51811
51849
  this.tabs.splice(n + 1, 0, tab);
51812
51850
  } else {
51813
- var _tab9 = this.tabs[i];
51814
- if (_tab9.method === 'iframe') {
51815
- 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));
51816
51854
  }
51817
- if (_tab9.method === 'wujie' && _tab9.appCode) {
51818
- 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);
51819
51857
  }
51820
- if (_tab9.method === 'router') {
51858
+ if (_tab8.method === 'router') {
51821
51859
  this.$set(this.tabs[i], 'keys', utils_util["a" /* default */].uuid());
51822
51860
  }
51823
51861
  }
@@ -51878,18 +51916,18 @@ var events = [function (tabs, index, that) {
51878
51916
 
51879
51917
  var simplicity_component = normalizeComponent(
51880
51918
  src_simplicityvue_type_script_lang_js_,
51881
- simplicityvue_type_template_id_03f1f7f2_scoped_true_render,
51882
- 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,
51883
51921
  false,
51884
51922
  null,
51885
- "03f1f7f2",
51923
+ "38f18b0d",
51886
51924
  null
51887
51925
 
51888
51926
  )
51889
51927
 
51890
51928
  /* harmony default export */ var simplicity = (simplicity_component.exports);
51891
- // 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&
51892
- 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 () {
51893
51931
  var _vm = this
51894
51932
  var _h = _vm.$createElement
51895
51933
  var _c = _vm._self._c || _h
@@ -52276,11 +52314,11 @@ var defaultvue_type_template_id_3c855b6a_render = function () {
52276
52314
  1
52277
52315
  )
52278
52316
  }
52279
- var defaultvue_type_template_id_3c855b6a_staticRenderFns = []
52280
- 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
52281
52319
 
52282
52320
 
52283
- // 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&
52284
52322
 
52285
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&
52286
52324
  var userinfovue_type_template_id_d207c2e8_render = function () {
@@ -52762,8 +52800,8 @@ var default_userinfo_component = normalizeComponent(
52762
52800
  )
52763
52801
 
52764
52802
  /* harmony default export */ var default_userinfo = (default_userinfo_component.exports);
52765
- // 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&
52766
- 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 () {
52767
52805
  var _vm = this
52768
52806
  var _h = _vm.$createElement
52769
52807
  var _c = _vm._self._c || _h
@@ -52842,7 +52880,7 @@ var settingsvue_type_template_id_2d7a058d_render = function () {
52842
52880
  1
52843
52881
  ),
52844
52882
  _c("div", { staticClass: "es-setting-item" }, [
52845
- _c("div", { staticClass: "es-setting-title" }, [_vm._v("导航模式")]),
52883
+ _c("div", { staticClass: "es-setting-title" }, [_vm._v("菜单风格")]),
52846
52884
  _c(
52847
52885
  "div",
52848
52886
  { staticClass: "es-setting-navs-box" },
@@ -53006,7 +53044,7 @@ var settingsvue_type_template_id_2d7a058d_render = function () {
53006
53044
  staticClass: "es-setting-navs-item",
53007
53045
  attrs: {
53008
53046
  effect: "dark",
53009
- content: "侧边菜单布局",
53047
+ content: "侧边+按钮菜单布局",
53010
53048
  placement: "bottom",
53011
53049
  },
53012
53050
  },
@@ -53045,11 +53083,11 @@ var settingsvue_type_template_id_2d7a058d_render = function () {
53045
53083
  ]
53046
53084
  )
53047
53085
  }
53048
- var settingsvue_type_template_id_2d7a058d_staticRenderFns = []
53049
- 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
53050
53088
 
53051
53089
 
53052
- // 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&
53053
53091
 
53054
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&
53055
53093
  //
@@ -53252,8 +53290,8 @@ settingsvue_type_template_id_2d7a058d_render._withStripped = true
53252
53290
 
53253
53291
  var default_settings_component = normalizeComponent(
53254
53292
  src_default_settingsvue_type_script_lang_js_,
53255
- settingsvue_type_template_id_2d7a058d_render,
53256
- settingsvue_type_template_id_2d7a058d_staticRenderFns,
53293
+ settingsvue_type_template_id_52aa078c_render,
53294
+ settingsvue_type_template_id_52aa078c_staticRenderFns,
53257
53295
  false,
53258
53296
  null,
53259
53297
  null,
@@ -54377,7 +54415,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54377
54415
  onlineView: {
54378
54416
  type: [String, Boolean],
54379
54417
  default: true
54380
- }
54418
+ },
54419
+ newVersion: Boolean
54381
54420
  },
54382
54421
  computed: {
54383
54422
  showHeader: function showHeader() {
@@ -54449,7 +54488,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54449
54488
  set: !this.set,
54450
54489
  index: this.doorIndex ? false : true,
54451
54490
  system: true,
54452
- home: this.homePage ? false : true
54491
+ home: this.homePage ? false : true,
54492
+ new: this.showNew ? false : true
54453
54493
  };
54454
54494
 
54455
54495
  if (this.layout === 'subsystem' || this.application) {
@@ -54599,10 +54639,13 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54599
54639
  dialog: {},
54600
54640
  hideSubMenu: false,
54601
54641
  doorIndex: '',
54602
- topRightToolHide: ''
54642
+ topRightToolHide: '',
54643
+ showNew: this.newVersion
54603
54644
  };
54604
54645
  },
54605
54646
  created: function created() {
54647
+ var layout = localStorage.getItem('layout');
54648
+ layout && (this.layout = layout);
54606
54649
  var params = utils_util["a" /* default */].getParams() || {};
54607
54650
  if (params.homePage == 0) {
54608
54651
  this.isLoadHomePage = false;
@@ -54844,6 +54887,9 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54844
54887
  if (results[i].portalPage || results[i].portalpage) {
54845
54888
  this.doorIndex = results[i].portalPage || results[i].portalpage;
54846
54889
  }
54890
+ if (results[i].multipleVersion || results[i].newVersion) {
54891
+ this.showNew = results[i].newVersion ? results[i].newVersion : true;
54892
+ }
54847
54893
  if (results[i].topRightToolHide) {
54848
54894
  this.topRightToolHide = results[i].topRightToolHide;
54849
54895
  }
@@ -55605,6 +55651,13 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
55605
55651
  case 'set':
55606
55652
  this.handleSet();
55607
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;
55608
55661
  case 'goView':
55609
55662
  utils_util["a" /* default */].win.open(res.path, '_blank');
55610
55663
  break;
@@ -55770,6 +55823,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
55770
55823
  return;
55771
55824
  }
55772
55825
  this.layout = res;
55826
+ localStorage.setItem('layout', res);
55773
55827
  switch (res) {
55774
55828
  case 'topnav':
55775
55829
  this.navs = this.menus;
@@ -55944,8 +55998,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
55944
55998
 
55945
55999
  var default_component = normalizeComponent(
55946
56000
  src_defaultvue_type_script_lang_js_,
55947
- defaultvue_type_template_id_3c855b6a_render,
55948
- defaultvue_type_template_id_3c855b6a_staticRenderFns,
56001
+ defaultvue_type_template_id_149ff0da_render,
56002
+ defaultvue_type_template_id_149ff0da_staticRenderFns,
55949
56003
  false,
55950
56004
  null,
55951
56005
  null,
@@ -55996,6 +56050,10 @@ var default_component = normalizeComponent(
55996
56050
  //
55997
56051
  //
55998
56052
  //
56053
+ //
56054
+ //
56055
+ //
56056
+ //
55999
56057
 
56000
56058
 
56001
56059
 
@@ -56032,7 +56090,8 @@ var src_mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
56032
56090
  launchTime: {
56033
56091
  type: Number,
56034
56092
  default: 3000
56035
- }
56093
+ },
56094
+ multiple: Boolean
56036
56095
  },
56037
56096
  computed: {
56038
56097
  _launchImage: function _launchImage() {
@@ -56047,10 +56106,16 @@ var src_mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
56047
56106
  appCode: '',
56048
56107
  params: {},
56049
56108
  dialogs: [],
56050
- visibles: []
56109
+ visibles: [],
56110
+ isLogin: false,
56111
+ layout: this.type
56051
56112
  };
56052
56113
  },
56053
56114
  created: function created() {
56115
+ var layoutType = localStorage.getItem('layoutType');
56116
+ if (layoutType) {
56117
+ this.layout = layoutType;
56118
+ }
56054
56119
  this.params = utils_util["a" /* default */].getParams() || {};
56055
56120
  this.sysCode = this.params.sysCode;
56056
56121
  this.appCode = this.params.appCode;
@@ -56114,6 +56179,16 @@ var src_mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
56114
56179
  },
56115
56180
 
56116
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
+
56117
56192
  /**
56118
56193
  * @desc:重新登录
56119
56194
  * @author huangbo
@@ -56201,6 +56276,7 @@ var src_mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
56201
56276
  var _this3 = this;
56202
56277
 
56203
56278
  var token = utils_util["a" /* default */].getStorage('token') || utils_util["a" /* default */].getStorage('Authorization');
56279
+ this.isLogin = token ? true : false;
56204
56280
  if (!token && Object.prototype.hasOwnProperty.call(query, 'serverId') && Object.prototype.hasOwnProperty.call(query, 'authType')) {
56205
56281
  return false;
56206
56282
  }
@@ -56282,8 +56358,8 @@ var src_mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
56282
56358
 
56283
56359
  var main_src_main_component = normalizeComponent(
56284
56360
  packages_main_src_mainvue_type_script_lang_js_,
56285
- mainvue_type_template_id_f52b5d68_render,
56286
- mainvue_type_template_id_f52b5d68_staticRenderFns,
56361
+ mainvue_type_template_id_6f2b9926_render,
56362
+ mainvue_type_template_id_6f2b9926_staticRenderFns,
56287
56363
  false,
56288
56364
  null,
56289
56365
  null,
@@ -76665,7 +76741,7 @@ wxlogin_src_main.install = function (Vue) {
76665
76741
 
76666
76742
 
76667
76743
 
76668
- 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];
76669
76745
 
76670
76746
  var install = function install(Vue) {
76671
76747
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -76680,7 +76756,7 @@ if (typeof window !== 'undefined' && window.Vue) {
76680
76756
  }
76681
76757
 
76682
76758
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
76683
- version: '0.5.96',
76759
+ version: '0.5.98',
76684
76760
  install: install,
76685
76761
  Button: packages_button,
76686
76762
  ButtonGroup: button_group,
@@ -76706,7 +76782,7 @@ if (typeof window !== 'undefined' && window.Vue) {
76706
76782
  Input: packages_input,
76707
76783
  InputNumber: input_number,
76708
76784
  Label: packages_label,
76709
- Layout: layout,
76785
+ Layout: packages_layout,
76710
76786
  Login: login,
76711
76787
  Main: packages_main,
76712
76788
  Menu: menu,