eoss-ui 0.6.30 → 0.6.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/button-group.js +1 -1
- package/lib/button.js +1 -1
- package/lib/checkbox-group.js +1 -1
- package/lib/data-table-form.js +1 -1
- package/lib/data-table.js +1 -1
- package/lib/date-picker.js +1 -1
- package/lib/dialog.js +1 -1
- package/lib/eoss-ui.common.js +74 -57
- package/lib/flow-group.js +1 -1
- package/lib/flow-list.js +1 -1
- package/lib/flow.js +1 -1
- package/lib/form.js +1 -1
- package/lib/handle-user.js +7 -3
- package/lib/handler.js +1 -1
- package/lib/icon.js +1 -1
- package/lib/index.js +1 -1
- package/lib/input-number.js +1 -1
- package/lib/input.js +1 -1
- package/lib/login.js +1 -1
- package/lib/main.js +47 -35
- package/lib/nav.js +1 -1
- package/lib/page.js +1 -1
- package/lib/pagination.js +1 -1
- package/lib/player.js +1 -1
- package/lib/qr-code.js +1 -1
- package/lib/radio-group.js +1 -1
- package/lib/retrial-auth.js +1 -1
- package/lib/select-ganged.js +1 -1
- package/lib/select.js +1 -1
- package/lib/selector-panel.js +1 -1
- package/lib/selector.js +1 -1
- package/lib/sizer.js +1 -1
- package/lib/steps.js +1 -1
- package/lib/switch.js +1 -1
- package/lib/table-form.js +1 -1
- package/lib/tabs.js +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/tips.js +1 -1
- package/lib/tree-group.js +1 -1
- package/lib/tree.js +1 -1
- package/lib/upload.js +14 -13
- package/lib/utils/util.js +1 -1
- package/lib/wujie.js +1 -1
- package/lib/wxlogin.js +1 -1
- package/package.json +1 -1
- package/packages/.DS_Store +0 -0
- package/packages/handle-user/src/main.vue +4 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/simplicity/index.vue +21 -16
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/src/simplicity.scss +6 -0
- package/packages/upload/src/main.vue +19 -9
- package/src/.DS_Store +0 -0
- package/src/index.js +1 -1
- package/src/utils/util.js +0 -1
package/lib/button-group.js
CHANGED
|
@@ -258,7 +258,7 @@ var ajax = function ajax(_ref) {
|
|
|
258
258
|
}
|
|
259
259
|
if (response.status === 200) {
|
|
260
260
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
261
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
261
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
262
262
|
var href = '';
|
|
263
263
|
try {
|
|
264
264
|
href = win.top.location.href;
|
package/lib/button.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/checkbox-group.js
CHANGED
|
@@ -258,7 +258,7 @@ var ajax = function ajax(_ref) {
|
|
|
258
258
|
}
|
|
259
259
|
if (response.status === 200) {
|
|
260
260
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
261
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
261
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
262
262
|
var href = '';
|
|
263
263
|
try {
|
|
264
264
|
href = win.top.location.href;
|
package/lib/data-table-form.js
CHANGED
|
@@ -258,7 +258,7 @@ var ajax = function ajax(_ref) {
|
|
|
258
258
|
}
|
|
259
259
|
if (response.status === 200) {
|
|
260
260
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
261
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
261
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
262
262
|
var href = '';
|
|
263
263
|
try {
|
|
264
264
|
href = win.top.location.href;
|
package/lib/data-table.js
CHANGED
|
@@ -258,7 +258,7 @@ var ajax = function ajax(_ref) {
|
|
|
258
258
|
}
|
|
259
259
|
if (response.status === 200) {
|
|
260
260
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
261
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
261
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
262
262
|
var href = '';
|
|
263
263
|
try {
|
|
264
264
|
href = win.top.location.href;
|
package/lib/date-picker.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/dialog.js
CHANGED
|
@@ -258,7 +258,7 @@ var ajax = function ajax(_ref) {
|
|
|
258
258
|
}
|
|
259
259
|
if (response.status === 200) {
|
|
260
260
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
261
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
261
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
262
262
|
var href = '';
|
|
263
263
|
try {
|
|
264
264
|
href = win.top.location.href;
|
package/lib/eoss-ui.common.js
CHANGED
|
@@ -258,7 +258,7 @@ var ajax = function ajax(_ref) {
|
|
|
258
258
|
}
|
|
259
259
|
if (response.status === 200) {
|
|
260
260
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
261
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
261
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
262
262
|
var href = '';
|
|
263
263
|
try {
|
|
264
264
|
href = win.top.location.href;
|
|
@@ -39299,8 +39299,8 @@ flow_list_src_main.install = function (Vue) {
|
|
|
39299
39299
|
};
|
|
39300
39300
|
|
|
39301
39301
|
/* harmony default export */ var flow_list = (flow_list_src_main);
|
|
39302
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=template&id=
|
|
39303
|
-
var
|
|
39302
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=template&id=3d02c60c&
|
|
39303
|
+
var mainvue_type_template_id_3d02c60c_render = function () {
|
|
39304
39304
|
var _vm = this
|
|
39305
39305
|
var _h = _vm.$createElement
|
|
39306
39306
|
var _c = _vm._self._c || _h
|
|
@@ -39392,11 +39392,11 @@ var mainvue_type_template_id_737d6f93_render = function () {
|
|
|
39392
39392
|
: _vm._e(),
|
|
39393
39393
|
])
|
|
39394
39394
|
}
|
|
39395
|
-
var
|
|
39396
|
-
|
|
39395
|
+
var mainvue_type_template_id_3d02c60c_staticRenderFns = []
|
|
39396
|
+
mainvue_type_template_id_3d02c60c_render._withStripped = true
|
|
39397
39397
|
|
|
39398
39398
|
|
|
39399
|
-
// CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=
|
|
39399
|
+
// CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=3d02c60c&
|
|
39400
39400
|
|
|
39401
39401
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=script&lang=js&
|
|
39402
39402
|
//
|
|
@@ -39474,6 +39474,10 @@ mainvue_type_template_id_737d6f93_render._withStripped = true
|
|
|
39474
39474
|
this.job = val.identityList.filter(function (item) {
|
|
39475
39475
|
return item.id === val.identityId;
|
|
39476
39476
|
})[0];
|
|
39477
|
+
if (!this.job) {
|
|
39478
|
+
console.error('identityId与identityList中的任何id不匹配!');
|
|
39479
|
+
this.job = {};
|
|
39480
|
+
}
|
|
39477
39481
|
}
|
|
39478
39482
|
}
|
|
39479
39483
|
}
|
|
@@ -39542,8 +39546,8 @@ mainvue_type_template_id_737d6f93_render._withStripped = true
|
|
|
39542
39546
|
|
|
39543
39547
|
var handle_user_src_main_component = normalizeComponent(
|
|
39544
39548
|
packages_handle_user_src_mainvue_type_script_lang_js_,
|
|
39545
|
-
|
|
39546
|
-
|
|
39549
|
+
mainvue_type_template_id_3d02c60c_render,
|
|
39550
|
+
mainvue_type_template_id_3d02c60c_staticRenderFns,
|
|
39547
39551
|
false,
|
|
39548
39552
|
null,
|
|
39549
39553
|
null,
|
|
@@ -45373,8 +45377,8 @@ mainvue_type_template_id_43324a71_render._withStripped = true
|
|
|
45373
45377
|
|
|
45374
45378
|
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=43324a71&
|
|
45375
45379
|
|
|
45376
|
-
// 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=
|
|
45377
|
-
var
|
|
45380
|
+
// 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=9473ec14&scoped=true&
|
|
45381
|
+
var simplicityvue_type_template_id_9473ec14_scoped_true_render = function () {
|
|
45378
45382
|
var _vm = this
|
|
45379
45383
|
var _h = _vm.$createElement
|
|
45380
45384
|
var _c = _vm._self._c || _h
|
|
@@ -45459,7 +45463,12 @@ var simplicityvue_type_template_id_051def80_scoped_true_render = function () {
|
|
|
45459
45463
|
[
|
|
45460
45464
|
_c(
|
|
45461
45465
|
"el-badge",
|
|
45462
|
-
_vm._b(
|
|
45466
|
+
_vm._b(
|
|
45467
|
+
{ staticClass: "es-simplicity-side-app-badge" },
|
|
45468
|
+
"el-badge",
|
|
45469
|
+
_vm.getBadge(item),
|
|
45470
|
+
false
|
|
45471
|
+
),
|
|
45463
45472
|
[
|
|
45464
45473
|
_c("es-icon", {
|
|
45465
45474
|
staticClass: "es-simplicity-side-app-icon",
|
|
@@ -46005,11 +46014,11 @@ var simplicityvue_type_template_id_051def80_scoped_true_render = function () {
|
|
|
46005
46014
|
),
|
|
46006
46015
|
])
|
|
46007
46016
|
}
|
|
46008
|
-
var
|
|
46009
|
-
|
|
46017
|
+
var simplicityvue_type_template_id_9473ec14_scoped_true_staticRenderFns = []
|
|
46018
|
+
simplicityvue_type_template_id_9473ec14_scoped_true_render._withStripped = true
|
|
46010
46019
|
|
|
46011
46020
|
|
|
46012
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
46021
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=9473ec14&scoped=true&
|
|
46013
46022
|
|
|
46014
46023
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
|
|
46015
46024
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -51585,6 +51594,9 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
51585
51594
|
//
|
|
51586
51595
|
//
|
|
51587
51596
|
//
|
|
51597
|
+
//
|
|
51598
|
+
//
|
|
51599
|
+
//
|
|
51588
51600
|
|
|
51589
51601
|
|
|
51590
51602
|
|
|
@@ -52729,19 +52741,23 @@ var events = [function (tabs, index, that) {
|
|
|
52729
52741
|
this.tabs.push(tab);
|
|
52730
52742
|
this.activeName = res.id;
|
|
52731
52743
|
} else {
|
|
52732
|
-
|
|
52733
|
-
|
|
52734
|
-
|
|
52735
|
-
|
|
52736
|
-
|
|
52737
|
-
|
|
52738
|
-
|
|
52739
|
-
|
|
52740
|
-
|
|
52741
|
-
|
|
52742
|
-
|
|
52743
|
-
|
|
52744
|
-
|
|
52744
|
+
this.tabs = events[0](this.tabs, i, this);
|
|
52745
|
+
// let tab = this.tabs[i];
|
|
52746
|
+
// if (tab.method === 'iframe') {
|
|
52747
|
+
// this.activeName = res.id;
|
|
52748
|
+
// this.$set(this.tabs[i], 'url', util.handlerUrl(tab.url));
|
|
52749
|
+
// } else {
|
|
52750
|
+
// if (tab.method === 'wujie' && tab.appCode) {
|
|
52751
|
+
// window.document
|
|
52752
|
+
// .querySelector(`iframe[name=${tab.appCode}]`)
|
|
52753
|
+
// .contentWindow.location.reload(true);
|
|
52754
|
+
// }
|
|
52755
|
+
// if (tab.method === 'router') {
|
|
52756
|
+
// this.$set(this.tabs[i], 'keys', util.uuid());
|
|
52757
|
+
// }
|
|
52758
|
+
// this.activeName = res.id;
|
|
52759
|
+
// }
|
|
52760
|
+
this.activeName = res.id;
|
|
52745
52761
|
}
|
|
52746
52762
|
},
|
|
52747
52763
|
|
|
@@ -52796,14 +52812,14 @@ var events = [function (tabs, index, that) {
|
|
|
52796
52812
|
if (tab.method === 'iframe') {
|
|
52797
52813
|
tab.url = utils_util["a" /* default */].handlerUrl(tab.url);
|
|
52798
52814
|
} else {
|
|
52799
|
-
var
|
|
52800
|
-
if (
|
|
52801
|
-
this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(
|
|
52815
|
+
var _tab6 = this.tabs[i];
|
|
52816
|
+
if (_tab6.method === 'iframe') {
|
|
52817
|
+
this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab6.url));
|
|
52802
52818
|
}
|
|
52803
|
-
if (
|
|
52804
|
-
window.document.querySelector('iframe[name=' +
|
|
52819
|
+
if (_tab6.method === 'wujie' && _tab6.appCode) {
|
|
52820
|
+
window.document.querySelector('iframe[name=' + _tab6.appCode + ']').contentWindow.location.reload(true);
|
|
52805
52821
|
}
|
|
52806
|
-
if (
|
|
52822
|
+
if (_tab6.method === 'router') {
|
|
52807
52823
|
this.$set(this.tabs[i], 'keys', utils_util["a" /* default */].uuid());
|
|
52808
52824
|
}
|
|
52809
52825
|
}
|
|
@@ -53096,14 +53112,14 @@ var events = [function (tabs, index, that) {
|
|
|
53096
53112
|
var tab = this.setIframeType(obj);
|
|
53097
53113
|
this.tabs.splice(n + 1, 0, tab);
|
|
53098
53114
|
} else {
|
|
53099
|
-
var
|
|
53100
|
-
if (
|
|
53101
|
-
this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(
|
|
53115
|
+
var _tab7 = this.tabs[i];
|
|
53116
|
+
if (_tab7.method === 'iframe') {
|
|
53117
|
+
this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab7.url));
|
|
53102
53118
|
}
|
|
53103
|
-
if (
|
|
53104
|
-
window.document.querySelector('iframe[name=' +
|
|
53119
|
+
if (_tab7.method === 'wujie' && _tab7.appCode) {
|
|
53120
|
+
window.document.querySelector('iframe[name=' + _tab7.appCode + ']').contentWindow.location.reload(true);
|
|
53105
53121
|
}
|
|
53106
|
-
if (
|
|
53122
|
+
if (_tab7.method === 'router') {
|
|
53107
53123
|
this.$set(this.tabs[i], 'keys', utils_util["a" /* default */].uuid());
|
|
53108
53124
|
}
|
|
53109
53125
|
}
|
|
@@ -53164,11 +53180,11 @@ var events = [function (tabs, index, that) {
|
|
|
53164
53180
|
|
|
53165
53181
|
var simplicity_component = normalizeComponent(
|
|
53166
53182
|
src_simplicityvue_type_script_lang_js_,
|
|
53167
|
-
|
|
53168
|
-
|
|
53183
|
+
simplicityvue_type_template_id_9473ec14_scoped_true_render,
|
|
53184
|
+
simplicityvue_type_template_id_9473ec14_scoped_true_staticRenderFns,
|
|
53169
53185
|
false,
|
|
53170
53186
|
null,
|
|
53171
|
-
"
|
|
53187
|
+
"9473ec14",
|
|
53172
53188
|
null
|
|
53173
53189
|
|
|
53174
53190
|
)
|
|
@@ -75614,8 +75630,8 @@ form_src_table.install = function (Vue) {
|
|
|
75614
75630
|
};
|
|
75615
75631
|
|
|
75616
75632
|
/* harmony default export */ var table_form = (form_src_table);
|
|
75617
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=
|
|
75618
|
-
var
|
|
75633
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=1d0cf2a3&
|
|
75634
|
+
var mainvue_type_template_id_1d0cf2a3_render = function () {
|
|
75619
75635
|
var _vm = this
|
|
75620
75636
|
var _h = _vm.$createElement
|
|
75621
75637
|
var _c = _vm._self._c || _h
|
|
@@ -75995,11 +76011,11 @@ var mainvue_type_template_id_66136c26_render = function () {
|
|
|
75995
76011
|
)
|
|
75996
76012
|
: _vm._e()
|
|
75997
76013
|
}
|
|
75998
|
-
var
|
|
75999
|
-
|
|
76014
|
+
var mainvue_type_template_id_1d0cf2a3_staticRenderFns = []
|
|
76015
|
+
mainvue_type_template_id_1d0cf2a3_render._withStripped = true
|
|
76000
76016
|
|
|
76001
76017
|
|
|
76002
|
-
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=
|
|
76018
|
+
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=1d0cf2a3&
|
|
76003
76019
|
|
|
76004
76020
|
// CONCATENATED MODULE: ./packages/upload/src/picture.js
|
|
76005
76021
|
/* harmony default export */ var picture = ({
|
|
@@ -76555,45 +76571,46 @@ var _props;
|
|
|
76555
76571
|
return { success: true, error: true };
|
|
76556
76572
|
},
|
|
76557
76573
|
profile: function profile() {
|
|
76574
|
+
var previewAdjunct = this.dochubConfig.downloadDocumentUrl || this.previewAdjunct;
|
|
76558
76575
|
if (this.image) {
|
|
76559
76576
|
if (typeof this.image === 'string') {
|
|
76560
76577
|
return this.image;
|
|
76561
76578
|
}
|
|
76562
|
-
return this.host +
|
|
76579
|
+
return '' + this.host + previewAdjunct + '?documentId=' + this.image.adjunctId + '&adjunctId=' + this.image.adjunctId + '&_tt=' + new Date().getTime();
|
|
76563
76580
|
}
|
|
76564
76581
|
if (this.value) {
|
|
76565
76582
|
if (typeof this.value === 'string') {
|
|
76566
76583
|
if (this.value.indexOf('data:image/') === 0) {
|
|
76567
76584
|
return this.value;
|
|
76568
|
-
} else if (this.value.indexOf(
|
|
76585
|
+
} else if (this.value.indexOf(previewAdjunct) > -1) {
|
|
76569
76586
|
var val = this.host + utils_util["a" /* default */].jointUrl({
|
|
76570
76587
|
url: this.value,
|
|
76571
76588
|
reg: '/main2'
|
|
76572
76589
|
});
|
|
76573
76590
|
return val;
|
|
76574
76591
|
} else if (this.value.indexOf('/') === -1) {
|
|
76575
|
-
return this.host + this.
|
|
76592
|
+
return '' + this.host + previewAdjunct + '?documentId=' + this.value + '&adjunctId=' + this.value + '&_tt=' + new Date().getTime();
|
|
76576
76593
|
}
|
|
76577
76594
|
return this.value;
|
|
76578
76595
|
} else if (Array.isArray(this.value)) {
|
|
76579
76596
|
var adjunctId = this.value[0].response ? this.value[0].response.adjunctId : this.value[0].adjunctId;
|
|
76580
|
-
return this.host +
|
|
76597
|
+
return '' + this.host + previewAdjunct + '?documentId=' + adjunctId + '&adjunctId=' + adjunctId + '&_tt=' + new Date().getTime();
|
|
76581
76598
|
} else {
|
|
76582
76599
|
var _adjunctId = this.value.response ? this.value.response.adjunctId : this.value.adjunctId;
|
|
76583
|
-
return this.host +
|
|
76600
|
+
return '' + this.host + previewAdjunct + '?documentId=' + _adjunctId + '&adjunctId=' + _adjunctId + '&_tt=' + new Date().getTime();
|
|
76584
76601
|
}
|
|
76585
76602
|
}
|
|
76586
76603
|
if (this.photo && typeof this.photo === 'string') {
|
|
76587
76604
|
if (this.photo.indexOf('data:image/') === 0) {
|
|
76588
76605
|
return this.photo;
|
|
76589
|
-
} else if (this.photo.indexOf(
|
|
76606
|
+
} else if (this.photo.indexOf(previewAdjunct) > -1) {
|
|
76590
76607
|
var _val = this.host + utils_util["a" /* default */].jointUrl({
|
|
76591
76608
|
url: this.value,
|
|
76592
76609
|
reg: '/main2'
|
|
76593
76610
|
});
|
|
76594
76611
|
return _val;
|
|
76595
76612
|
} else if (this.photo.indexOf('/') === -1) {
|
|
76596
|
-
return this.host + this.
|
|
76613
|
+
return '' + this.host + previewAdjunct + '?documentId=' + this.photo + '&adjunctId=' + this.photo + '&_tt=' + new Date().getTime();
|
|
76597
76614
|
}
|
|
76598
76615
|
}
|
|
76599
76616
|
return this.photo;
|
|
@@ -77145,8 +77162,8 @@ var _props;
|
|
|
77145
77162
|
|
|
77146
77163
|
var upload_src_main_component = normalizeComponent(
|
|
77147
77164
|
packages_upload_src_mainvue_type_script_lang_js_,
|
|
77148
|
-
|
|
77149
|
-
|
|
77165
|
+
mainvue_type_template_id_1d0cf2a3_render,
|
|
77166
|
+
mainvue_type_template_id_1d0cf2a3_staticRenderFns,
|
|
77150
77167
|
false,
|
|
77151
77168
|
null,
|
|
77152
77169
|
null,
|
|
@@ -77645,7 +77662,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
77645
77662
|
}
|
|
77646
77663
|
|
|
77647
77664
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
77648
|
-
version: '0.6.
|
|
77665
|
+
version: '0.6.32',
|
|
77649
77666
|
install: install,
|
|
77650
77667
|
Button: packages_button,
|
|
77651
77668
|
ButtonGroup: button_group,
|
package/lib/flow-group.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/flow-list.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/flow.js
CHANGED
|
@@ -258,7 +258,7 @@ var ajax = function ajax(_ref) {
|
|
|
258
258
|
}
|
|
259
259
|
if (response.status === 200) {
|
|
260
260
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
261
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
261
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
262
262
|
var href = '';
|
|
263
263
|
try {
|
|
264
264
|
href = win.top.location.href;
|
package/lib/form.js
CHANGED
|
@@ -258,7 +258,7 @@ var ajax = function ajax(_ref) {
|
|
|
258
258
|
}
|
|
259
259
|
if (response.status === 200) {
|
|
260
260
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
261
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
261
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
262
262
|
var href = '';
|
|
263
263
|
try {
|
|
264
264
|
href = win.top.location.href;
|
package/lib/handle-user.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
|
@@ -3805,7 +3805,7 @@ module.exports = require("qs");
|
|
|
3805
3805
|
// ESM COMPAT FLAG
|
|
3806
3806
|
__webpack_require__.r(__webpack_exports__);
|
|
3807
3807
|
|
|
3808
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=template&id=
|
|
3808
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=template&id=3d02c60c&
|
|
3809
3809
|
var render = function () {
|
|
3810
3810
|
var _vm = this
|
|
3811
3811
|
var _h = _vm.$createElement
|
|
@@ -3902,7 +3902,7 @@ var staticRenderFns = []
|
|
|
3902
3902
|
render._withStripped = true
|
|
3903
3903
|
|
|
3904
3904
|
|
|
3905
|
-
// CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=
|
|
3905
|
+
// CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=3d02c60c&
|
|
3906
3906
|
|
|
3907
3907
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
3908
3908
|
var api = __webpack_require__(1);
|
|
@@ -3989,6 +3989,10 @@ var util = __webpack_require__(0);
|
|
|
3989
3989
|
this.job = val.identityList.filter(function (item) {
|
|
3990
3990
|
return item.id === val.identityId;
|
|
3991
3991
|
})[0];
|
|
3992
|
+
if (!this.job) {
|
|
3993
|
+
console.error('identityId与identityList中的任何id不匹配!');
|
|
3994
|
+
this.job = {};
|
|
3995
|
+
}
|
|
3992
3996
|
}
|
|
3993
3997
|
}
|
|
3994
3998
|
}
|
package/lib/handler.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/icon.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|