eoss-ui 0.4.56 → 0.4.57

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 (53) hide show
  1. package/lib/button-group.js +4 -2
  2. package/lib/button.js +4 -2
  3. package/lib/checkbox-group.js +4 -2
  4. package/lib/data-table-form.js +4 -2
  5. package/lib/data-table.js +10 -7
  6. package/lib/date-picker.js +4 -2
  7. package/lib/dialog.js +4 -2
  8. package/lib/eoss-ui.common.js +330 -79
  9. package/lib/flow-group.js +4 -2
  10. package/lib/flow-list.js +4 -2
  11. package/lib/flow.js +274 -28
  12. package/lib/form.js +21 -20
  13. package/lib/handle-user.js +4 -2
  14. package/lib/handler.js +4 -2
  15. package/lib/index.js +1 -1
  16. package/lib/input-number.js +4 -2
  17. package/lib/input.js +4 -2
  18. package/lib/login.js +7 -4
  19. package/lib/main.js +4 -2
  20. package/lib/mainComp.js +4 -2
  21. package/lib/nav.js +4 -2
  22. package/lib/page.js +4 -2
  23. package/lib/player.js +4 -2
  24. package/lib/qr-code.js +4 -2
  25. package/lib/radio-group.js +4 -2
  26. package/lib/retrial-auth.js +4 -2
  27. package/lib/select-ganged.js +4 -2
  28. package/lib/select.js +4 -2
  29. package/lib/selector-panel.js +4 -2
  30. package/lib/selector.js +4 -2
  31. package/lib/sizer.js +4 -2
  32. package/lib/steps.js +4 -2
  33. package/lib/switch.js +4 -2
  34. package/lib/table-form.js +4 -2
  35. package/lib/tabs.js +4 -2
  36. package/lib/tips.js +4 -2
  37. package/lib/toolbar.js +12 -8
  38. package/lib/tree-group.js +4 -2
  39. package/lib/tree.js +4 -2
  40. package/lib/upload.js +4 -2
  41. package/lib/utils/util.js +4 -2
  42. package/lib/wujie.js +4 -2
  43. package/lib/wxlogin.js +4 -2
  44. package/package.json +1 -1
  45. package/packages/data-table/src/main.vue +1 -0
  46. package/packages/flow/src/main.vue +148 -11
  47. package/packages/flow/src/startTaskRead.vue +12 -9
  48. package/packages/form/src/main.vue +13 -7
  49. package/packages/login/src/main.vue +1 -0
  50. package/packages/toolbar/src/main.vue +6 -1
  51. package/src/index.js +1 -1
  52. package/src/utils/util.js +4 -2
  53. package/CHANGELOG.md +0 -929
package/lib/wxlogin.js CHANGED
@@ -249,7 +249,9 @@ var ajax = function ajax(_ref) {
249
249
  removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
250
250
  if (win.top.location.href.indexOf('#/login') === -1 && win.top.location.href.indexOf('/login.html') === -1) {
251
251
  clearTimeout(loginMsg);
252
- loginMsg = setTimeout(function () {
252
+ var remind = sessionStorage.getItem('remind');
253
+ !remind && (loginMsg = setTimeout(function () {
254
+ sessionStorage.setItem('remind', 1);
253
255
  eoss_element__WEBPACK_IMPORTED_MODULE_4__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
254
256
  confirmButtonText: '确定',
255
257
  closeOnClickModal: false,
@@ -276,7 +278,7 @@ var ajax = function ajax(_ref) {
276
278
  }
277
279
  }
278
280
  }).catch(function (e) {});
279
- }, 1000);
281
+ }, 1000));
280
282
  }
281
283
  } else if (response.data.rCode === 61) {
282
284
  clearTimeout(initAuth);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-ui",
3
- "version": "0.4.56",
3
+ "version": "0.4.57",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -1134,6 +1134,7 @@ export default {
1134
1134
  this.$emit('next', res);
1135
1135
  },
1136
1136
  hanleSearch(data) {
1137
+ console.log(data);
1137
1138
  this.wheres = data;
1138
1139
  if (this.url) {
1139
1140
  if (this.response !== undefined) {
@@ -169,6 +169,7 @@
169
169
  <el-select
170
170
  v-model="nextNode.nextOperate"
171
171
  :placeholder="`请选择下步操作`"
172
+ :disabled="operationList && operationList.length == 1"
172
173
  @change="selecNext($event, true)"
173
174
  >
174
175
  <el-option
@@ -191,6 +192,7 @@
191
192
  <el-select
192
193
  v-model="nextNode.nextNodeId"
193
194
  :placeholder="`请选择下步节点`"
195
+ :disabled="nodeInfos && nodeInfos.length == 1"
194
196
  @change="selecNext($event, false)"
195
197
  >
196
198
  <el-option
@@ -213,7 +215,7 @@
213
215
  />
214
216
  </el-form-item>
215
217
  <el-form-item
216
- v-if="isNextUser"
218
+ v-if="isNextUser"
217
219
  :prop="isShowNextUser ? 'nextUserId' : 'nextOrgId'"
218
220
  :label="isShowNextUser ? '下步办理人' : '办理对象'"
219
221
  >
@@ -243,21 +245,51 @@
243
245
  :tabs="nextUserTabs"
244
246
  />
245
247
  </el-form-item>
246
- <!-- <el-form-item
248
+ <el-form-item
247
249
  v-if="isHideCurrentOrg"
248
250
  prop="nextCurrentOrgObj"
249
251
  :label="currentOrgName ? currentOrgName : '本单位'"
250
252
  >
251
253
  <SelectUser
252
- :nextUser="nextNode.nextCurrentOrgObj"
254
+ :nextUser="nextCurrentOrgObjSelect"
253
255
  multiple
254
256
  mix
255
- :selectUserList="selectNextCurrentOrgObjList"
256
- @change="changeSelectUser($event, 'nextCurrentOrgObj', true)"
257
+ @change="disposeAppUnit($event, 'nextCurrentOrgObjSelect')"
257
258
  :types="['department', 'employee']"
258
259
  :params="{ filid: userModel.orgId }"
259
260
  />
260
- </el-form-item> -->
261
+ </el-form-item>
262
+ <el-form-item
263
+ v-if="isHideOtherOrg"
264
+ prop="nextOtherOrgObj"
265
+ :label="otherOrgName ? otherOrgName : '外单位'"
266
+ >
267
+ <SelectUser
268
+ :nextUser="nextOtherOrgObjSelect"
269
+ multiple
270
+ mix
271
+ @change="disposeAppUnit($event, 'nextOtherOrgObjSelect')"
272
+ :types="['enterprise']"
273
+ :params="{ filid: 'all' }"
274
+ />
275
+ </el-form-item>
276
+ <el-form-item
277
+ v-if="isMainSubProcess"
278
+ prop="mainSubId"
279
+ label="主办"
280
+ >
281
+ <el-select
282
+ v-model="nextNode.mainSubId"
283
+ :placeholder="`请选择主办`"
284
+ >
285
+ <el-option
286
+ v-for="items in subProcessColumns"
287
+ :key="items.id"
288
+ :label="items.name"
289
+ :value="items.value"
290
+ ></el-option>
291
+ </el-select>
292
+ </el-form-item>
261
293
  <TimeLimit
262
294
  v-if="nodeType !== 0 && isLimitedTimeHandling === 1"
263
295
  :newsList="newsList"
@@ -643,6 +675,9 @@ export default {
643
675
  data() {
644
676
  return {
645
677
  userModel: {},
678
+ nextOtherOrgObjSelect: [],
679
+ subProcessColumns: [],
680
+ nextCurrentOrgObjSelect: [],
646
681
  loading: null, // 加载中
647
682
  newTypeCode: '',
648
683
  NodeName: '', // 当前节点值
@@ -766,15 +801,20 @@ export default {
766
801
  removeSignUserId: [], // 减签办理人
767
802
  nextUserId: [], // 下步办理人
768
803
  nextOrgId: [], //办理对象
804
+ nextCurrentOrgObj: [],
769
805
  nextCurrentOrgObjSerialId: [], //本单位用户
806
+ nextOtherOrgObj: [], //外单位
770
807
  nextReadUserId: [], //分阅用户
771
808
  presetReadUserId: [], //自动分阅
772
809
  handleExplain: '', //办理意见
773
810
  notificationType: [], // 通知方式
774
- isLimitedTime: '2' // 是否限时办理
811
+ isLimitedTime: '2', // 是否限时办理
812
+ mainSubId: ''
775
813
  },
776
814
  nodeInfos: [], // 下步节点选择数组
777
815
  nextFlowNode: '',
816
+ currentOrgName: '', //本单位名称
817
+ otherOrgName: '', //外单位名称
778
818
  nodeInfo: {
779
819
  nextNode: '',
780
820
  nextUser: '',
@@ -853,6 +893,39 @@ export default {
853
893
  }
854
894
  },
855
895
  methods: {
896
+ getsubProcessColumns() {
897
+ if (!this.isMainSubProcess) return [];
898
+ let data = [];
899
+ let obj = { name: '[部门员工]-' };
900
+ if (this.nextCurrentOrgObjSelect.length > 0) {
901
+ this.nextCurrentOrgObjSelect.map((x) => {
902
+ if (x.stype == 'employee') {
903
+ obj.name = !obj.value
904
+ ? obj.name + x.showname
905
+ : obj.name + ',' + x.showname;
906
+ obj.value = obj.value
907
+ ? obj.value + ',' + x.showid
908
+ : 'employee-' + x.showid;
909
+ } else {
910
+ data.push({
911
+ name: '[部门]' + x.showname,
912
+ value: 'department-' + x.showid
913
+ });
914
+ }
915
+ });
916
+ }
917
+ obj.value && data.push(obj);
918
+ if (this.nextOtherOrgObjSelect.length > 0) {
919
+ this.nextOtherOrgObjSelect.map((x) => {
920
+ data.push({
921
+ name: '[企业]' + x.showname,
922
+ value: 'enterprise-' + x.showid
923
+ });
924
+ });
925
+ }
926
+ this.subProcessColumns = data;
927
+ // return data;
928
+ },
856
929
  // 分阅是否多选
857
930
  isReadMultiple(nextReadUserSelectType) {
858
931
  if (nextReadUserSelectType == 1) {
@@ -1622,6 +1695,7 @@ export default {
1622
1695
  if (type) {
1623
1696
  this.isNextUser = false;
1624
1697
  this.isShowNode = false;
1698
+ this.isMainSubProcess = false;
1625
1699
  this.nextNode.nextNodeId = '';
1626
1700
  this.nextNode.isReturnSubmitter = 0;
1627
1701
  this.nextNode.isUndertakeReply = 0;
@@ -1772,6 +1846,8 @@ export default {
1772
1846
  choiceOrgId,
1773
1847
  choiceDeptId,
1774
1848
  pOrgId,
1849
+ currentOrgName,
1850
+ otherOrgName,
1775
1851
  taskExamine,
1776
1852
  nodeInfoMap,
1777
1853
  canRemoveSignUserList,
@@ -1788,6 +1864,8 @@ export default {
1788
1864
  }
1789
1865
  } = res;
1790
1866
  this.$emit('startTaskRead', res);
1867
+ this.currentOrgName = currentOrgName
1868
+ this.otherOrgName = otherOrgName
1791
1869
  this.endFlowInfo.choiceOrgId = choiceOrgId;
1792
1870
  this.endFlowInfo.choiceDeptId = choiceDeptId;
1793
1871
  this.endFlowInfo.pendingId = this.pendingId;
@@ -1956,7 +2034,7 @@ export default {
1956
2034
  }
1957
2035
  });
1958
2036
  }
1959
- this.isMainSubProcess = res.data.isMainSubProcess === true;
2037
+ this.isMainSubProcess = res.data.isMainSubProcess == 'true';
1960
2038
  this.isCustomPreset = isCustomPreset;
1961
2039
  this.isPreset = isPreset;
1962
2040
  this.presetTaskNodeMap = presetTaskNodeMap;
@@ -1966,7 +2044,7 @@ export default {
1966
2044
  this.getNodeInfo();
1967
2045
  } else {
1968
2046
  if (res.status === 'taskCompleted') {
1969
- this.$emit('shrink', true)
2047
+ this.$emit('shrink', true);
1970
2048
  this.shrinkAbled = true;
1971
2049
  this.$message.warning(res.message || '系统错误,请联系管理员!');
1972
2050
  } else {
@@ -2147,7 +2225,8 @@ export default {
2147
2225
  this.nextNode.isRemoveSign != '1' &&
2148
2226
  this.isSpecial &&
2149
2227
  !this.isReject &&
2150
- this.nodeInfos.length != 0 && this.isNextUser
2228
+ this.nodeInfos.length != 0 &&
2229
+ this.isNextUser
2151
2230
  ) {
2152
2231
  if (this.isShowNextUser) {
2153
2232
  if (
@@ -2197,7 +2276,10 @@ export default {
2197
2276
  this.$message.warning('请选择输入审批意见');
2198
2277
  return;
2199
2278
  }
2200
-
2279
+ if (this.isHideCurrentOrg && !this.nextNode.nextCurrentOrgObjJson) {
2280
+ this.$message.warning(`请选择${this.currentOrgName || '本单位'}`);
2281
+ return;
2282
+ }
2201
2283
  let str = '';
2202
2284
  if (this.value) {
2203
2285
  str = this.value.replace(/\s+/g, '');
@@ -2302,6 +2384,61 @@ export default {
2302
2384
  return false;
2303
2385
  }
2304
2386
  });
2387
+ },
2388
+ // 单位选择完回调
2389
+ disposeAppUnit(res, type) {
2390
+ let label = type.substring(0, type.lastIndexOf('Select'));
2391
+ this.nextNode[label + 'Name'] = '';
2392
+ res.options && (this[type] = res.options);
2393
+ let obj = {};
2394
+ // if (typeof res.mixList == 'array')
2395
+ res.mixList && (this.nextNode[label] = res.mixList.join('|'));
2396
+ res.options.map((item) => {
2397
+ if (obj[item.stype]) {
2398
+ obj[item.stype].push(item.showname);
2399
+ } else {
2400
+ obj[item.stype] = [item.showname];
2401
+ }
2402
+ });
2403
+ for (let key in obj) {
2404
+ if (
2405
+ key === 'enterprise' &&
2406
+ this.nextNode[label + 'Name'].indexOf('[企业]') == -1
2407
+ ) {
2408
+ this.nextNode[label + 'Name'] = this.nextNode[label + 'Name']
2409
+ ? this.nextNode[label + 'Name'] +
2410
+ '|' +
2411
+ '[企业]-' +
2412
+ obj[key].join(',')
2413
+ : '' + '[企业]-' + obj[key].join(',');
2414
+ }
2415
+ if (
2416
+ key === 'department' &&
2417
+ this.nextNode[label + 'Name'].indexOf('[部门]') == -1
2418
+ ) {
2419
+ this.nextNode[label + 'Name'] = this.nextNode[label + 'Name']
2420
+ ? this.nextNode[label + 'Name'] +
2421
+ '|' +
2422
+ '[部门]-' +
2423
+ obj[key].join(',')
2424
+ : '' + '[部门]-' + obj[key].join(',');
2425
+ }
2426
+ if (
2427
+ key === 'employee' &&
2428
+ this.nextNode[label + 'Name'].indexOf('[部门员工]') == -1
2429
+ ) {
2430
+ this.nextNode[label + 'Name'] = this.nextNode[label + 'Name']
2431
+ ? this.nextNode[label + 'Name'] +
2432
+ '|' +
2433
+ '[部门员工]-' +
2434
+ obj[key].join(',')
2435
+ : '' + '[部门员工]-' + obj[key].join(',');
2436
+ }
2437
+ }
2438
+ // this.nextNode[label + 'Name'] = obj.enterprise?;
2439
+ this.nextNode[label + 'SerialId'] = res.nextUser.join(',');
2440
+ this.nextNode[label + 'Json'] = JSON.stringify(res.options);
2441
+ this.getsubProcessColumns();
2305
2442
  }
2306
2443
  }
2307
2444
  };
@@ -179,7 +179,7 @@ export default {
179
179
  },
180
180
  mixList: [],
181
181
  newSelectUserList: [],
182
- orgId: 3,
182
+ orgId: '',
183
183
  noticeList: [],
184
184
  userOptions: [],
185
185
  selectCheck: [],
@@ -197,18 +197,18 @@ export default {
197
197
  tab = {
198
198
  employee: {
199
199
  param: {
200
- filid: sessionStorage.getItem('orgId'),
200
+ filid: this.orgId,
201
201
  name: '本单位用户'
202
202
  }
203
203
  },
204
- department: { param: { filid: sessionStorage.getItem('orgId') } },
204
+ department: { param: { filid: this.orgId } },
205
205
  enterprise: {}
206
206
  };
207
207
  } else {
208
208
  tab = {
209
209
  employee: {
210
210
  param: {
211
- filid: sessionStorage.getItem('orgId')
211
+ filid: this.orgId
212
212
  }
213
213
  }
214
214
  };
@@ -218,6 +218,9 @@ export default {
218
218
  },
219
219
  mounted() {
220
220
  this.getFind();
221
+ if(util.getStorage('mainConfig')){
222
+ this.orgId = JSON.parse(util.getStorage('mainConfig')).userModel.orgId
223
+ }
221
224
  },
222
225
  methods: {
223
226
  toTaskTransfer() {
@@ -265,14 +268,14 @@ export default {
265
268
  this.multiple = false;
266
269
  }
267
270
  if (val == 1 || val == 2 || val == 5) {
268
- this.params.filid = util.getStorage('orgId');
271
+ this.params.filid = this.orgId;
269
272
  if (choiceOrgId) {
270
273
  this.params.filid = choiceOrgId;
271
274
  }
272
275
  }
273
276
  if (val == 5 || val == 6) {
274
- this.params.filid = util.getStorage('orgId');
275
- this.params.deptid = util.getStorage('orgId');
277
+ this.params.filid = this.orgId;
278
+ this.params.deptid = this.orgId;
276
279
  if (choiceDeptId) {
277
280
  this.params.deptid = choiceDeptId;
278
281
  }
@@ -281,14 +284,14 @@ export default {
281
284
  }
282
285
  }
283
286
  if (val == 15 || val == 16) {
284
- this.params.filid = util.getStorage('orgId');
287
+ this.params.filid = this.orgId;
285
288
  if (pOrgId) {
286
289
  this.params.filid = pOrgId;
287
290
  }
288
291
  }
289
292
  },
290
293
  isMultiple() {
291
- let orgId = sessionStorage.getItem('orgId');
294
+ let orgId = this.orgId;
292
295
  if (this.configInfo.selectPersonValue == 1) {
293
296
  this.multiple = false;
294
297
  this.params.filid = orgId;
@@ -4316,7 +4316,14 @@ export default {
4316
4316
  } else {
4317
4317
  this.$refs.esForm.validate(async (valid, fields, triggers) => {
4318
4318
  if (valid) {
4319
- this.$emit('submit', this.models, res);
4319
+ this.$emit(
4320
+ 'submit',
4321
+ this.getNewValue(
4322
+ util.extend({}, this._value, this.models),
4323
+ res
4324
+ ),
4325
+ res
4326
+ );
4320
4327
  } else {
4321
4328
  this.setScroll(valid, triggers, this.$refs.scrollbar);
4322
4329
  }
@@ -4339,7 +4346,7 @@ export default {
4339
4346
  'stepPrev',
4340
4347
  res,
4341
4348
  this.models,
4342
- this.getNewValue(this.models, res)
4349
+ this.getNewValue(util.extend({}, this._value, this.models), res)
4343
4350
  );
4344
4351
  } else if (res.event === 'stepNext') {
4345
4352
  this.$refs.esForm.validate((valid, fields, triggers) => {
@@ -4350,7 +4357,7 @@ export default {
4350
4357
  'stepNext',
4351
4358
  res,
4352
4359
  this.models,
4353
- this.getNewValue(this.models, res)
4360
+ this.getNewValue(util.extend({}, this._value, this.models), res)
4354
4361
  );
4355
4362
  } else {
4356
4363
  this.setScroll(valid, triggers, this.$refs.scrollbar);
@@ -4361,14 +4368,14 @@ export default {
4361
4368
  'click',
4362
4369
  res,
4363
4370
  this.models,
4364
- this.getNewValue(this.models, res)
4371
+ this.getNewValue(util.extend({}, this._value, this.models), res)
4365
4372
  );
4366
4373
  } else {
4367
4374
  this.$emit(
4368
4375
  'click',
4369
4376
  res,
4370
4377
  this.models,
4371
- this.getNewValue(this.models, res)
4378
+ this.getNewValue(util.extend({}, this._value, this.models), res)
4372
4379
  );
4373
4380
  }
4374
4381
  },
@@ -4753,7 +4760,7 @@ export default {
4753
4760
  models[handle.table] = handle.join ? ids.join(',') : ids;
4754
4761
  }
4755
4762
  }
4756
-
4763
+ let obj = JSON.parse(JSON.stringify(models));
4757
4764
  if (this.within) {
4758
4765
  //within:把提交数据装到指定属性中
4759
4766
  let newData = {};
@@ -4778,7 +4785,6 @@ export default {
4778
4785
  if (this.formatSubmit) {
4779
4786
  //formatSubmit:提交数据装到masterData或者指定属性中
4780
4787
  let masterData = {};
4781
- let obj = JSON.parse(JSON.stringify(models));
4782
4788
  if (typeof this.formatSubmit === 'string') {
4783
4789
  masterData[this.formatSubmit] = obj;
4784
4790
  } else {
@@ -1264,6 +1264,7 @@ export default {
1264
1264
  type: 'success',
1265
1265
  duration: 1500,
1266
1266
  onClose: () => {
1267
+ sessionStorage.removeItem('remind');
1267
1268
  if (this.toUrl) {
1268
1269
  window.location.href = this.toUrl;
1269
1270
  } else if (results.doorIndex && this.doorIndex) {
@@ -233,6 +233,7 @@ export default {
233
233
  checkbox: 'es-toolbar-item-checkbox',
234
234
  switch: 'es-toolbar-item-switch'
235
235
  };
236
+ console.log();
236
237
  search = [
237
238
  h('es-form', {
238
239
  class: [
@@ -241,12 +242,14 @@ export default {
241
242
  this.showFormBtn ? '' : 'es-form-search-nobtn'
242
243
  ],
243
244
  props: {
245
+ showButton: items.showButton,
246
+ formatSubmit: items.formatSubmit,
247
+ ...(items.config || {}),
244
248
  size: 'medium',
245
249
  showLabel: false,
246
250
  closeDialog: false,
247
251
  model: this.searchData,
248
252
  contents: items.contents,
249
- showButton: items.showButton,
250
253
  itemClass: itemClass,
251
254
  inline: true,
252
255
  search: true,
@@ -325,6 +328,8 @@ export default {
325
328
  class: 'es-form-search',
326
329
  ref: 'filter',
327
330
  props: {
331
+ formatSubmit: items.formatSubmit,
332
+ ...(items.config || {}),
328
333
  size: 'medium',
329
334
  closeDialog: false,
330
335
  model: this.advancedData,
package/src/index.js CHANGED
@@ -119,7 +119,7 @@ if (typeof window !== 'undefined' && window.Vue) {
119
119
  }
120
120
 
121
121
  export default {
122
- version: '0.4.56',
122
+ version: '0.4.57',
123
123
  install,
124
124
  Button,
125
125
  ButtonGroup,
package/src/utils/util.js CHANGED
@@ -177,7 +177,9 @@ const ajax = function ({
177
177
  win.top.location.href.indexOf('/login.html') === -1
178
178
  ) {
179
179
  clearTimeout(loginMsg);
180
- loginMsg = setTimeout(() => {
180
+ let remind = sessionStorage.getItem('remind');
181
+ !remind && (loginMsg = setTimeout(() => {
182
+ sessionStorage.setItem('remind', 1);
181
183
  MessageBox.confirm(
182
184
  response.data.rCode === 69
183
185
  ? '该账号在其他地方已登陆!'
@@ -220,7 +222,7 @@ const ajax = function ({
220
222
  })
221
223
  .catch(e => {
222
224
  });
223
- }, 1000);
225
+ }, 1000));
224
226
  }
225
227
  } else if (response.data.rCode === 61) {
226
228
  clearTimeout(initAuth);