centaline-data-driven 1.3.87 → 1.3.89

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.3.87",
3
+ "version": "1.3.89",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -12,10 +12,15 @@
12
12
  </ct-searchlist> -->
13
13
 
14
14
  <ct-searchlist
15
+ :searchConditionApi="'/customermanage/MyCustomerList/getLayoutOfSearch'"
16
+ :searchDataApi="'/customermanage/MyCustomerList/getList'">
17
+ </ct-searchlist>
18
+
19
+ <!-- <ct-searchlist
15
20
  :searchCategoryApi="'/PropertyPublishList/getLayoutOfSearchCategory'"
16
21
  :searchConditionApi="'/PropertyPublishList/getLayoutOfSearchForRET'"
17
22
  :searchDataApi="'/PropertyPublishList/getListOfSearchModelForRET'">
18
- </ct-searchlist>
23
+ </ct-searchlist> -->
19
24
 
20
25
  <!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'"
21
26
  :searchDataApi="'/PropertyRETList/getListOfSearchModel'"
@@ -5,4 +5,7 @@
5
5
  .ccai.button-absolute{
6
6
  bottom: 26px;
7
7
  width: calc(100% - 47px);
8
+ }
9
+ .ccai.ct-tags .ct-tags-mini{
10
+ font-size: 12px !important;
8
11
  }
@@ -75,7 +75,14 @@
75
75
  </ct-albums>
76
76
  </div>
77
77
  <div class="hous-b">
78
- <img :src="model.fields1Dic.ewmUrl.value" alt="" class="code-ewm"/>
78
+ <el-popover v-if="model.routerForQRCode !== null" placement="left-start" trigger="hover" @show="fieldClickHandler(model.routerForQRCode, $event)">
79
+ <div style="border-bottom:none">
80
+ <div style="text-align: center;margin-bottom:10px;">APP扫码</div>
81
+ <div style="width:200px; height:200px;"><img :src="model.QRCode" @click="fieldClickHandler(model.routerForQRCode, $event)" /></div>
82
+ <div style="text-align: center;margin-top:10px;">点击二维码刷新</div>
83
+ </div>
84
+ <img class="code-ewm" slot="reference" :src="model.fields1Dic.ewmUrl.value" />
85
+ </el-popover>
79
86
  <div class="info-row mb20 mt5">
80
87
  <div class="row-i">
81
88
  <span>{{ model.fields1Dic.Price.label }}</span>
@@ -658,6 +665,9 @@ export default {
658
665
  loadFavorite() {
659
666
  this.model.loadFavorite();
660
667
  },
668
+ loadqrCode() {
669
+ this.model.loadqrCode();
670
+ },
661
671
  handleClick(tab, event) {
662
672
  let i = tab.index;
663
673
  if (this.model.tags2 && this.model.tags2[i]) {
@@ -728,6 +738,12 @@ export default {
728
738
  router = this.model.actionRouterFavorite;
729
739
  }
730
740
  }
741
+ if (router == undefined && this.model.routerForQRCode) {
742
+ if (field.id === this.model.routerForQRCode.id) {
743
+ router = this.model.routerForQRCode;
744
+ }
745
+ }
746
+
731
747
  if (router) {
732
748
  if (field.isSubmitDataFromSelf) {
733
749
  router.submitFormField.forEach((v) => {
@@ -750,6 +766,9 @@ export default {
750
766
  else if (router.id == "Favorite") {
751
767
  callBack = "loadFavorite"
752
768
  }
769
+ else if (router.id == "qrCode") {
770
+ callBack = "loadqrCode"
771
+ }
753
772
  }
754
773
 
755
774
  if (callBack) {
@@ -762,6 +781,9 @@ export default {
762
781
  else if (callBack == 'loadFavorite') {
763
782
  this.routerClickHandler(router, submitData, self.loadFavorite);
764
783
  }
784
+ else if (callBack == 'loadqrCode') {
785
+ self.loadqrCode();
786
+ }
765
787
  }
766
788
  else {
767
789
  this.routerClickHandler(router, submitData);
@@ -74,15 +74,22 @@
74
74
  </ct-albums>
75
75
  </div>
76
76
  <div class="hous-b">
77
- <img :src="model.fields1Dic.ewmUrl.value" alt="" class="code-ewm"/>
77
+ <el-popover v-if="model.routerForQRCode !== null" placement="left-start" trigger="hover" @show="fieldClickHandler(model.routerForQRCode, $event)">
78
+ <div style="border-bottom:none">
79
+ <div style="text-align: center;margin-bottom:10px;">APP扫码</div>
80
+ <div style="width:200px; height:200px;"><img :src="model.QRCode" @click="fieldClickHandler(model.routerForQRCode, $event)" /></div>
81
+ <div style="text-align: center;margin-top:10px;">点击二维码刷新</div>
82
+ </div>
83
+ <img class="code-ewm" slot="reference" :src="model.fields1Dic.ewmUrl.value" />
84
+ </el-popover>
78
85
  <div class="info-row mb20 mt5">
79
86
  <div class="row-i">
80
87
  <span>{{ model.fields1Dic.Price.label }}</span>
81
88
  <span class="base-clolr expand-f" v-html="model.fields1Dic.Price.value"></span>
82
89
  <span class="base-clolr">{{ model.fields1Dic.Price.unitName}}</span>
83
90
  <component v-if="model.actionRouterPrice" class="ml10" style="display: flex;"
84
- :is="model.actionRouterPrice.is" :vmodel="model.actionRouterPrice" :api="model.optionApi"
85
- @click="fieldClickHandler(model.actionRouterPrice, $event)">
91
+ :is="model.actionRouterPrice.is" :vmodel="model.actionRouterPrice" :api="model.optionApi"
92
+ @click="fieldClickHandler(model.actionRouterPrice, $event)">
86
93
  </component>
87
94
  </div>
88
95
  <div class="row-i">
@@ -648,6 +655,9 @@ export default {
648
655
  loadFavorite() {
649
656
  this.model.loadFavorite();
650
657
  },
658
+ loadqrCode() {
659
+ this.model.loadqrCode();
660
+ },
651
661
  handleClick(tab, event) {
652
662
  let i = tab.index;
653
663
  if (this.model.tags2 && this.model.tags2[i]) {
@@ -720,6 +730,11 @@ export default {
720
730
  router = this.model.actionRouterFavorite;
721
731
  }
722
732
  }
733
+ if (router == undefined && this.model.routerForQRCode) {
734
+ if (field.id === this.model.routerForQRCode.id) {
735
+ router = this.model.routerForQRCode;
736
+ }
737
+ }
723
738
 
724
739
  if (router) {
725
740
  if (field.isSubmitDataFromSelf) {
@@ -743,6 +758,9 @@ export default {
743
758
  else if (router.id == "Favorite") {
744
759
  callBack = "loadFavorite"
745
760
  }
761
+ else if (router.id == "qrCode") {
762
+ callBack = "loadqrCode"
763
+ }
746
764
  }
747
765
 
748
766
  if (callBack) {
@@ -755,6 +773,9 @@ export default {
755
773
  else if (callBack == 'loadFavorite') {
756
774
  this.routerClickHandler(router, submitData, self.loadFavorite);
757
775
  }
776
+ else if (callBack == 'loadqrCode') {
777
+ self.loadqrCode();
778
+ }
758
779
  }
759
780
  else {
760
781
  this.routerClickHandler(router, submitData);
@@ -59,7 +59,7 @@
59
59
  </el-dropdown>
60
60
  </span>
61
61
  </div>
62
- <el-progress type="circle" v-if="file.progressFlag" :percentage="file.loadProgress" :width="96" :height="96" class="file-cirle"></el-progress>
62
+ <el-progress type="circle" v-if="file.progressFlag" :percentage="file.loadProgress" :width="96" :height="96" class="file-cirle"></el-progress>
63
63
  </div>
64
64
  </el-upload>
65
65
  </div>
@@ -215,20 +215,6 @@
215
215
  },
216
216
  //上传之前的钩子
217
217
  beforeUploadProcess(files) {
218
- let that = this;
219
-
220
- // if (this.model.max) {
221
- // console.log('beforeUploadProcess')
222
- // console.log(this.model.fileList)
223
- // if (this.model.getfileListLength() >= this.model.max) {
224
- // this.validMessage = "附件最多" + this.model.max + "个";
225
- // this.valid = false;
226
- // setTimeout(() => {
227
- // that.valid = true;
228
- // }, 3000)
229
- // return false;
230
- // }
231
- // }
232
218
  return true;
233
219
  },
234
220
  //文件上传时的钩子
@@ -728,7 +728,7 @@
728
728
  return;
729
729
  }
730
730
  if(router.id.indexOf('_')===0){
731
- // flagSearchlist=true;
731
+ flagSearchlist=true;
732
732
  }
733
733
 
734
734
  submitData = router.getActionPara(submitData).para;
@@ -747,6 +747,7 @@
747
747
  height: (router.dialogHeight || 500) + 'px',
748
748
  documentHeight:self.documentHeight,
749
749
  documentWidth:self.documentWidth,
750
+ flagPopupSearchlist:flagSearchlist,
750
751
  },
751
752
  on: {
752
753
  submit(option) {
@@ -13,10 +13,10 @@
13
13
  @showTitle="showTitleScreenHandler"></ct-searchscreen>
14
14
 
15
15
  <ct-searchtable ref="table" :api="searchDataApi" :searchStatsApi="searchStatsApi" :from="from" :isIframe="isIframe" :documentHeight="documentHeight"
16
- @loaded="tableLoaded" :documentWidth="documentWidth"
16
+ @loaded="tableLoaded" :documentWidth="documentWidth" :flagPopupSearchlist="flagPopupSearchlist"
17
17
  @toolbarClick="toolbarClickHandler" @refreshParent="refreshParentHandler" :key="reloadKeyTable" @searchComplate="searchComplate"
18
18
  @rowClickHandle="rowClickHandle" @scrollHandle="scrollHandle" @refreshRowHandle="refreshRowHandle" @doClosePopoverHandle="doClosePopoverHandle"
19
- @showTitle="showTitleHandler"></ct-searchtable>
19
+ @showTitle="showTitleHandler" @popupClickHandler="popupClickHandler"></ct-searchtable>
20
20
  </div>
21
21
  <div ref="sidebar" v-if="flagSideBar && flagSideBarOfData"
22
22
  :style="{'height': pageHeight? pageHeight:'100%','width':sideBarWidth+'px',right:sideBarRight+'px'}"
@@ -71,6 +71,10 @@
71
71
  String,
72
72
  default: 'auto',
73
73
  },
74
+ flagPopupSearchlist:{
75
+ Boolean,
76
+ default:false,
77
+ },
74
78
  },
75
79
  created() {
76
80
  this.model = this.vmodel;
@@ -307,6 +311,10 @@
307
311
  doClosePopoverHandle(){
308
312
  this.$refs.screen.$refs.doClosePopover.click();
309
313
  },
314
+ popupClickHandler(tempListData){
315
+ this.$emit('submit', tempListData);
316
+ this.$common.closeDialog(this);
317
+ },
310
318
  },
311
319
  beforeDestroy() {
312
320
  async function destroyDeep(vnode) {
@@ -151,7 +151,10 @@
151
151
  </div>
152
152
 
153
153
  <ct-tabletip ref="listFooter" class="ct-search-table-list-footer" :tip="model.listFooter" v-if="!isLoading && !isLayout && model"></ct-tabletip>
154
- <ct-tabletip ref="footer" class="ct-search-table-footer" :tip="model.footer" v-if="!isLoading && !isLayout && model"></ct-tabletip>
154
+ <ct-tabletip ref="footer" class="ct-search-table-footer" :tip="model.footer" v-if="!isLoading && !isLayout && model"></ct-tabletip>
155
+ <div ref="popupButton" v-if="flagPopupSearchlist" style="margin-top: 10px;width: 100%;display: inline-block;height: 30px;margin-bottom: 10px;">
156
+ <el-button size="mini" @click="popupClickHandler()" class="max-search-btn" style="float:right;" type="primary">确认</el-button>
157
+ </div>
155
158
  <div v-if="isLoading && searchLoading" v-loading="isLoading" style="top: 30px"></div>
156
159
  </div>
157
160
  </template>
@@ -194,6 +197,10 @@
194
197
  String,
195
198
  default: 'auto',
196
199
  },
200
+ flagPopupSearchlist:{
201
+ Boolean,
202
+ default:false,
203
+ },
197
204
  },
198
205
  computed: {},
199
206
  data() {
@@ -271,8 +278,13 @@
271
278
  self.model.searchModel = this.tempSearchModel;
272
279
  }
273
280
  //自动查询 调用合并列
274
- if (self.model.rowMergedColumns.length > 0 && self.model.listData.length > 0) {
275
- self.model.setRow(self.model.listData);
281
+ if (self.model.listData.length > 0) {
282
+ if(self.model.rowMergedColumns.length > 0){
283
+ self.model.setRow(self.model.listData);
284
+ }
285
+ else{
286
+ self.model.setStyleRow(self.model.listData);
287
+ }
276
288
  }
277
289
  self.tableComplate = true;
278
290
  self.setTableHeight();
@@ -595,7 +607,8 @@
595
607
  var h5 = this.$refs.listHeader.$el.offsetHeight | 0;
596
608
  var h6 = this.$refs.listFooter.$el.offsetHeight | 0;
597
609
  var h7 = this.$refs.tableStats ? (this.$refs.tableStats.$el.offsetHeight + 7) | 0 : 0;
598
- let tableHeight = h1 - h2 - h3 - h4 - h5 - h6 - h7 - 22;
610
+ var h8 = this.$refs.popupButton?this.$refs.popupButton.offsetHeight+21 : 0;
611
+ let tableHeight = h1 - h2 - h3 - h4 - h5 - h6 - h7 -h8 - 22;
599
612
  this.model.tableHeight = tableHeight < 40 ? 350 : tableHeight;
600
613
  this.$nextTick(() => {
601
614
  self.getScrollAttr();
@@ -1567,6 +1580,15 @@
1567
1580
  self.updateCurrentRow(field, data);
1568
1581
  }
1569
1582
  },
1583
+ popupClickHandler() {
1584
+ var tempListData = this.model.getSelectRowData({isMulti:this.model.isMulti});
1585
+ if (tempListData != null && tempListData.length>0) {
1586
+ this.$emit('popupClickHandler', tempListData);
1587
+ }
1588
+ else {
1589
+ this.$message.error("请先选择数据");
1590
+ }
1591
+ },
1570
1592
  },
1571
1593
  };
1572
1594
  </script>
@@ -113,7 +113,14 @@
113
113
  var self = this;
114
114
  self.showDrop=false;
115
115
  self.$emit('popupSearchList', false, self.model, self.model.moreActionRouter, (optionArr) => {
116
- self.selectOptionArr(optionArr);
116
+ optionArr.forEach(row => {
117
+ if(self.model.type===3){
118
+ self.model.value=self.model.value+row[self.model.optionAttrs.label];
119
+ }
120
+ else {
121
+ self.model.value=row[self.model.optionAttrs.label];
122
+ }
123
+ });
117
124
  });
118
125
  },
119
126
  },
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="field-top">
3
- <div class="ct-tags" style="width:100%;display:flex">
3
+ <div class="ccai ct-tags" style="width:100%;display:flex">
4
4
  <div style="flex:1;display:flex;margin-right: 5px;" :class="[(focus || showDrop)?'isfocus':'',model.attrs.size?'ct-tags-'+model.attrs.size:''
5
5
  ]" @mouseover="mouseOverHandle" @mouseout="mouseOutHandle">
6
6
  <div style="flex:1;position: relative;" :class="[model.showLabel?'el-input-group el-input-group--prepend':'',!valid?'inputError':'']">
@@ -35,10 +35,11 @@ export default {
35
35
  },
36
36
  methods: {
37
37
  setTreeHeight() {
38
- this.$nextTick(() => {
39
- if (this.$refs.treescreen) {
40
- let searchHeight = this.$refs.treescreen.$el.offsetHeight;
41
- this.treeHeight = this.searchtreeHeight - searchHeight;
38
+ let self = this;
39
+ self.$nextTick(() => {
40
+ if (self.$refs.treescreen) {
41
+ let searchHeight = self.$refs.treescreen.$el.offsetHeight;
42
+ self.treeHeight = self.searchtreeHeight - searchHeight;
42
43
  }
43
44
  });
44
45
  },
@@ -21,6 +21,8 @@ const Detail = function (source, para, callBack) {
21
21
  _commissionApiRouter: null,//查看角色
22
22
  _actionRouterFavorite: null,//收藏动作行为
23
23
  _matchCustomerApiRouter: null,//匹配客户
24
+ _routerForQRCode: null,//二维码
25
+ QRCode:"",
24
26
  detailHeight: 750,
25
27
  midlWidth: 1200,
26
28
  activeIndex1: '0',
@@ -194,6 +196,20 @@ const Detail = function (source, para, callBack) {
194
196
  return rtn._contactApiRouter;
195
197
  }
196
198
  },
199
+ get routerForQRCode() {
200
+ if (rtn._routerForQRCode !== null) {
201
+ return rtn._routerForQRCode;
202
+ }
203
+ else {
204
+ if (data.routerForQRCode) {
205
+ var router = Router(data.routerForQRCode);
206
+ router.is = "ct-btn";
207
+ router.attrs = { size: "mini" }
208
+ rtn._routerForQRCode = router;
209
+ }
210
+ return rtn._routerForQRCode;
211
+ }
212
+ },
197
213
  get matchCustomerApiRouter() {
198
214
  if (rtn._matchCustomerApiRouter !== null) {
199
215
  return rtn._matchCustomerApiRouter;
@@ -597,6 +613,25 @@ const Detail = function (source, para, callBack) {
597
613
  }
598
614
  );
599
615
  },
616
+ loadqrCode() {
617
+ var action;
618
+ if (data.routerForQRCode) {
619
+ var router = Router(data.routerForQRCode);
620
+ if (router) {
621
+ action = router.action;
622
+ }
623
+ }
624
+ Vue.prototype.$api.postHandler(common.globalUri(), { action: action, para: para }).then(
625
+ function (response) {
626
+ if (response.rtnCode === Enum.ReturnCode.Successful) {
627
+ if (response.content) {
628
+ Vue.set(rtn._routerForQRCode, "imgUrl", response.content);
629
+ rtn.QRCode = response.content;
630
+ }
631
+ }
632
+ }
633
+ );
634
+ },
600
635
  };
601
636
  return rtn;
602
637
  }
@@ -265,10 +265,12 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
265
265
  return ro.$select === true;
266
266
  });
267
267
  return rtnData;
268
- } else {
268
+ }
269
+ else {
269
270
  return [rtn.listData[rtn.selectIndex]];
270
271
  }
271
- } else {
272
+ }
273
+ else {
272
274
  return [rtn.listData[rtn.selectIndex]];
273
275
  }
274
276
  },
@@ -3,6 +3,15 @@ import Base from './Base';
3
3
  import valid from '../../../validate/index';
4
4
  const T = function (source, inputType, readonly, isPassword,moreActionRouter) {
5
5
  var rtn = {
6
+ optionAttrs: {
7
+ rowid: 'rowID',
8
+ value: 'code',
9
+ label: 'name',
10
+ displayLabel:'displayName',
11
+ actionType: 'actionType',
12
+ flagDeleted: 'flagDeleted',
13
+ locked: 'locked'
14
+ },
6
15
  get clearable() {
7
16
  if (typeof source.clear === 'undefined'&&!readonly&&!source.locked) {
8
17
  return true;
@@ -28,8 +28,7 @@
28
28
  </div>
29
29
  <div v-else>
30
30
  <img v-if="router.imgUrl && isShowImg" class="ct-tablecurrencyImg ct-tablecurrencyItem" :src="router.imgUrl" :title="router.label" @click="!isOperationalColumn?clickHandler($event):null"/>
31
- <a v-else href="javascript:void(0);" class="ct-tablecurrencyItem" @click="!isOperationalColumn?clickHandler($event):null">
32
- {{label}}
31
+ <a v-else href="javascript:void(0);" class="ct-tablecurrencyItem" @click="!isOperationalColumn?clickHandler($event):null" v-html="label">
33
32
  </a>
34
33
  </div>
35
34
  </div>
package/src/main.js CHANGED
@@ -13,8 +13,8 @@ Vue.use(ElementUI, { size: 'mini'});
13
13
  Vue.config.productionTip = false;
14
14
  Vue.use(centaline, {
15
15
  baseUrl: "http://10.88.22.46:7070/v1/form/router",
16
- // baseUrl: "http://10.88.23.25:9999/v1/form/router",
17
- // baseUrl: "http://10.88.22.44:9999/v1/form/router",
16
+ // baseUrl: "http://10.25.10.67:9999/v1/form/router",
17
+ // baseUrl: "http://10.88.22.42:9999/v1/form/router",
18
18
  // baseUrl: "http://10.88.22.40:8080/",
19
19
  // baseUrl: "http://tjcptest.centaline.com.cn/",
20
20
  // flagRouterSelf: true,
@@ -43,14 +43,14 @@ Vue.use(centaline, {
43
43
  getRequestHeaders: function () {
44
44
  return {
45
45
  oldToken: '42ccd644-040d-4e01-9521-1623f1884058',
46
- token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjrEOgkAQRP9lazZh7_b27uj0wMaPIEs8EqyMQKIx_rsYoaP3FZPMa2ZeMM4dVOBXcCc22riCO7HREnH0JA0eok_IwhYDpYCJJfGpbmw61lBAftygIhHh0lG0BQw6_YSl4L9iHvP9nJ__OHedhmWWXci9CqNxJiOrCaidWarPpFEu2pcM7w8AAAD__w.JeIxQIdxvfdXeznKFoGbBpDvbEZYK_5QcpXp3XNAG4c',
46
+ token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEzrEOgkAQBNB_2ZpNWFh2Fzo9sPEjyJ0HCVZGINEY_12J0NH7iimmmXnBOAeoQFe4E5u2XOFObFoiLpWkwUOpDlk4RyNn6Fgcn-omd8caEugeN6hIFpSqJjD46VcUyrIU89jdz93zH-eu0_CdJTXvxQxjroJ8SQsMlgX0mUXTmPbSF_D-AAAA__8.sdQBmdkYKUL9c9NLyUbjFEl3_SQ-e2f51rR4llSHFPM',
47
47
 
48
48
  originalRequestURL: 'http://10.88.22.67:8080',
49
49
  EstateInfo: '{"estateId":"FAF029E8-EC28-4297-83CF-B8FFD826DB91","estateName":"AABBCC"}',
50
50
  estateId: '20210729104021C49F04B55C50F6AF58',
51
51
 
52
- authObject: '{"currentEstate":{"estateId":"2209201708108B8F50AB530A49EAA858","estateName":"U%E7%89%88%E6%B5%8B%E8%AF%95%E6%A5%BC%E7%9B%98%E7%82%B9%E4%BD%8D"},"platform":1,"OSVersion":"","clientVersion":"","machineCode":""}',
53
- Authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjdiMzUxY2QyLWE3ZTctNDdlNi05NGM1LTM1YmUwNWM1NjYzNCJ9.FpN_FJqya2oewIkrwlCgzeFu7bk_kCoKrgOxd5rqVIx8FgF7OyWq72rNpuhrsWnsnUF9WwqfVa98jTVuR4EPbQ',
52
+ authObject: '{"currentEstate":{"estateId":"FAF029E8-EC28-4297-83CF-B8FFD826DB91","estateName":"AABBCC"},"platform":1,"OSVersion":"","clientVersion":"","machineCode":""}',
53
+ Authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImVmNjc2YjhmLThhM2ItNGQzMy05NGMxLWYzNWUxM2Q1MTc2MyJ9.eaCMvEh4HzqQPy6YRd4DWZx6hEvqagHebzSj_yeMKZy-hPXYMA6EXXauhEMoRIkB2df4l2viZ5-BD8l-nCv65A',
54
54
  };
55
55
  },
56
56
  // 请求完成事件,可判断是否登录过期执行响应操作