centaline-data-driven 1.3.66 → 1.3.68

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.66",
3
+ "version": "1.3.68",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -4,17 +4,17 @@
4
4
 
5
5
  <!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'" :searchDataApi="'/PropertyRETList/getListOfSearchModel'" :searchCategoryApi="'/PropertyRETList/getLayoutOfSearchCategory'"></ct-searchlist> -->
6
6
 
7
- <ct-searchlist :apiParam="para"
7
+ <!-- <ct-searchlist :apiParam="para"
8
8
  :searchConditionApi="'/ProfileWorklistList/getLayoutOfSearch'"
9
9
  :searchCategoryApi="'/ProfileWorklistList/getLayoutOfSearchCategory'"
10
10
  :searchDataApi="'/ProfileWorklistList/getListOfSearchModel'"
11
11
  :searchStatsApi="'/ProfileWorklistList/getListStats'">
12
- </ct-searchlist>
13
-
14
- <!-- <ct-searchlist :searchConditionApi="'/api/agenttrans/transactionList/getLayoutOfSearch'"
15
- :searchDataApi="'/api/agenttrans/transactionList/getTableList'">
16
12
  </ct-searchlist> -->
17
13
 
14
+ <ct-searchlist :searchConditionApi="'/PropertyDutyList/getLayoutOfSearch'"
15
+ :searchDataApi="'/PropertyDutyList/getListOfSearchModelForRET'">
16
+ </ct-searchlist>
17
+
18
18
  <!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'"
19
19
  :searchDataApi="'/PropertyRETList/getListOfSearchModel'"
20
20
  :searchCategoryApi="'/PropertyRETList/getLayoutOfSearchCategory'"
@@ -76,4 +76,8 @@
76
76
  .ct-checkbox .ct-radios .el-checkbox {
77
77
  min-width: 0px;
78
78
  }
79
+ .ct-form .ct-checkbox {
80
+ height: 1px;
81
+ min-height: 28px;
82
+ }
79
83
  </style>
@@ -625,9 +625,9 @@ export default {
625
625
  if (self.model.tags1 && self.model.tags1[i]) {
626
626
  self.listKey = self.listKey + 1;
627
627
  self.model.searchConditionApiTags1 =
628
- self.model.tags1[i].searchConditionApiUrl || "";
628
+ self.model.tags1[i].searchConditionAction || "";
629
629
  self.model.searchDataApiTags1 =
630
- self.model.tags1[i].searchDataApiUrl || "";
630
+ self.model.tags1[i].searchDataAction || "";
631
631
  self.model.paramDataTags1 = self.model.tags1[i].paramData || "";
632
632
  }
633
633
  }
@@ -732,9 +732,9 @@ export default {
732
732
  if (this.model.tags1 && this.model.tags1[i]) {
733
733
  this.listKey = this.listKey + 1;
734
734
  this.model.searchConditionApiTags1 =
735
- this.model.tags1[i].searchConditionApiUrl || "";
735
+ this.model.tags1[i].searchConditionAction || "";
736
736
  this.model.searchDataApiTags1 =
737
- this.model.tags1[i].searchDataApiUrl || "";
737
+ this.model.tags1[i].searchDataAction || "";
738
738
  this.model.paramDataTags1 = this.model.tags1[i].paramData || "";
739
739
  window.localStorage.setItem("detailtagkey", this.model.tags1[i].appID); //存储
740
740
  }
@@ -746,8 +746,8 @@ export default {
746
746
  this.dropDownSelected = true;
747
747
  if (dropDownData && dropDownData[i]) {
748
748
  this.listKey = this.listKey + 1;
749
- this.model.searchConditionApiTags1 = dropDownData[i].searchConditionApiUrl || "";
750
- this.model.searchDataApiTags1 = dropDownData[i].searchDataApiUrl || "";
749
+ this.model.searchConditionApiTags1 = dropDownData[i].searchConditionAction || "";
750
+ this.model.searchDataApiTags1 = dropDownData[i].searchDataAction || "";
751
751
  this.model.paramDataTags1 = dropDownData[i].paramData || "";
752
752
  window.localStorage.setItem("detailtagkey", dropDownData[i].appID); //存储
753
753
  }
@@ -652,8 +652,8 @@ export default {
652
652
  self.model.activeIndex1 = i.toString();
653
653
  if (self.model.tags1 && self.model.tags1[i]) {
654
654
  self.listKey = self.listKey + 1;
655
- self.model.searchConditionApiTags1 = self.model.tags1[i].searchConditionApiUrl || "";
656
- self.model.searchDataApiTags1 = self.model.tags1[i].searchDataApiUrl || "";
655
+ self.model.searchConditionApiTags1 = self.model.tags1[i].searchConditionAction || "";
656
+ self.model.searchDataApiTags1 = self.model.tags1[i].searchDataAction || "";
657
657
  self.model.paramDataTags1 = self.model.tags1[i].paramData || "";
658
658
  }
659
659
  }
@@ -759,9 +759,9 @@ export default {
759
759
  if (this.model.tags1 && this.model.tags1[i]) {
760
760
  this.listKey = this.listKey + 1;
761
761
  this.model.searchConditionApiTags1 =
762
- this.model.tags1[i].searchConditionApiUrl || "";
762
+ this.model.tags1[i].searchConditionAction || "";
763
763
  this.model.searchDataApiTags1 =
764
- this.model.tags1[i].searchDataApiUrl || "";
764
+ this.model.tags1[i].searchDataAction || "";
765
765
  this.model.paramDataTags1 = this.model.tags1[i].paramData || "";
766
766
  window.localStorage.setItem("detailtagkey", this.model.tags1[i].appID); //存储
767
767
  }
@@ -775,8 +775,8 @@ export default {
775
775
  if (dropDownData && dropDownData[i]) {
776
776
  this.listKey = this.listKey + 1;
777
777
  this.model.searchConditionApiTags1 =
778
- dropDownData[i].searchConditionApiUrl || "";
779
- this.model.searchDataApiTags1 = dropDownData[i].searchDataApiUrl || "";
778
+ dropDownData[i].searchConditionAction || "";
779
+ this.model.searchDataApiTags1 = dropDownData[i].searchDataAction || "";
780
780
  this.model.paramDataTags1 = dropDownData[i].paramData || "";
781
781
  window.localStorage.setItem("detailtagkey", dropDownData[i].appID); //存储
782
782
  }
@@ -51,7 +51,7 @@
51
51
  <div ref="contact" id="contact" style="margin-top: 16px;" v-if="model.contactApiRouter!==null">
52
52
  <ct-contact :key="refreshKey" :apiRouter="model.contactApiRouter" :api="model.contactApiRouter.action" :apiParam="model.contactApiRouter.getSearchPara()"></ct-contact>
53
53
  </div>
54
- <div ref="routers" style="margin-top: 16px;display: flex;">
54
+ <div ref="routers" v-if="model.actionRoutersSimple!==null" style="margin-top: 16px;display: flex;">
55
55
  <component v-for="(router, index) in model.actionRoutersSimple.slice(0,showIndex>0?showIndex:model.actionRoutersSimple.length)" :key="index"
56
56
  :ref="'routers'+index"
57
57
  v-if="!router.rightField || (model.fields1Dic[router.rightField] && model.fields1Dic[router.rightField].value == 1)"
@@ -161,8 +161,8 @@
161
161
  self.model.activeIndex1 = i.toString();
162
162
  if (self.model.tags1 && self.model.tags1[i]) {
163
163
  self.listKey = self.listKey + 1;
164
- self.model.searchConditionApiTags1 = self.model.tags1[i].searchConditionApiUrl || '';
165
- self.model.searchDataApiTags1 = self.model.tags1[i].searchDataApiUrl || '';
164
+ self.model.searchConditionApiTags1 = self.model.tags1[i].searchConditionAction || '';
165
+ self.model.searchDataApiTags1 = self.model.tags1[i].searchDataAction || '';
166
166
  self.model.paramDataTags1 = self.model.tags1[i].paramData || '';
167
167
  }
168
168
  }
@@ -188,18 +188,20 @@
188
188
  if(self.$refs.routers){
189
189
  totalWidth=self.$refs.routers.offsetWidth;
190
190
  }
191
- self.model.actionRoutersSimple.forEach((v,i) => {
192
- if(!v.rightField || (self.model.fields1Dic[v.rightField] && self.model.fields1Dic[v.rightField].value == 1)){
193
- if(self.$refs['routers'+i] && self.$refs['routers'+i].length>0 && self.$refs['routers'+i][0] && self.$refs['routers'+i][0].$el){
194
- if(sumWidth+self.$refs['routers'+i][0].$el.offsetWidth+moreWidth+10>totalWidth && self.showIndex===0){
195
- self.showIndex=i;
196
- }
197
- else{
198
- sumWidth=sumWidth+self.$refs['routers'+i][0].$el.offsetWidth+(i>0?10:0);
191
+ if(self.model.actionRoutersSimple!==null){
192
+ self.model.actionRoutersSimple.forEach((v,i) => {
193
+ if(!v.rightField || (self.model.fields1Dic[v.rightField] && self.model.fields1Dic[v.rightField].value == 1)){
194
+ if(self.$refs['routers'+i] && self.$refs['routers'+i].length>0 && self.$refs['routers'+i][0] && self.$refs['routers'+i][0].$el){
195
+ if(sumWidth+self.$refs['routers'+i][0].$el.offsetWidth+moreWidth+10>totalWidth && self.showIndex===0){
196
+ self.showIndex=i;
197
+ }
198
+ else{
199
+ sumWidth=sumWidth+self.$refs['routers'+i][0].$el.offsetWidth+(i>0?10:0);
200
+ }
199
201
  }
200
202
  }
201
- }
202
- });
203
+ });
204
+ }
203
205
  });
204
206
  },
205
207
  refreshPage(){
@@ -262,8 +264,8 @@
262
264
  this.model.activeIndex1=i;
263
265
  if(this.model.tags1 && this.model.tags1[i]){
264
266
  this.listKey = this.listKey + 1;
265
- this.model.searchConditionApiTags1 = this.model.tags1[i].searchConditionApiUrl || '';
266
- this.model.searchDataApiTags1 = this.model.tags1[i].searchDataApiUrl || '';
267
+ this.model.searchConditionApiTags1 = this.model.tags1[i].searchConditionAction || '';
268
+ this.model.searchDataApiTags1 = this.model.tags1[i].searchDataAction || '';
267
269
  this.model.paramDataTags1 = this.model.tags1[i].paramData || '';
268
270
  window.localStorage.setItem("simpletagkey", this.model.tags1[i].appID);//存储
269
271
  }
@@ -467,8 +469,8 @@
467
469
  if(v.appID=='Follow'){
468
470
  self.model.activeIndex1=i.toString();
469
471
  self.listKey=self.listKey+1;
470
- self.model.searchConditionApiTags1=v.searchConditionApiUrl||'';
471
- self.model.searchDataApiTags1=v.searchDataApiUrl||'';
472
+ self.model.searchConditionApiTags1=v.searchConditionAction||'';
473
+ self.model.searchDataApiTags1=v.searchDataAction||'';
472
474
  self.model.paramDataTags1 = v.paramData || '';
473
475
  }
474
476
  });
@@ -9,7 +9,8 @@
9
9
  v-bind:class="[model.attrs.size?'el-range-editor--'+model.attrs.size:'',
10
10
  model.showLabel?'ct-iti-editor':'',isFocus?'isfocus':'',model.lock ? 'ct-is-disabled' : '']">
11
11
 
12
- <div style="width:39%" class="ct-position-relative" @mouseout="mouseOutHandle('input2')">
12
+ <div :style="{'width':model.unitName && model.unitName.length == 1 ? '38%':(model.unitName && model.unitName.length == 3) ?'32%':(model.unitName && model.unitName.length == 5) ?'28%': ''}"
13
+ class="ct-position-relative" @mouseout="mouseOutHandle('input2')">
13
14
  <input style="text-align:left;width:100%" class="el-range-input" :placeholder="model.attrs.placeholder1"
14
15
  v-model="model.value" @change="changeHandler($event)" @input="onInputHandler($event);isShowClear('input2')" @focus="focusHandler" @blur="blurHandler('value','decimals')"
15
16
  :class="model.lock ? 'ct-is-disabled' : ''" :disabled="model.lock" @keyup.enter="search()"/>
@@ -21,7 +22,7 @@
21
22
  </span> -->
22
23
  </div>
23
24
  <span style="width:5%" class="el-range-separator">-</span>
24
- <div style="width:39%" class="ct-position-relative" @mouseout="mouseOutHandle('input2')">
25
+ <div :style="{'width':model.unitName && model.unitName.length == 1 ? '45%':(model.unitName && model.unitName.length == 3) ?'50%':(model.unitName && model.unitName.length == 5) ?'60%': ''}" class="ct-position-relative" @mouseout="mouseOutHandle('input2')">
25
26
  <input style="text-align:left;width:100%;" class="el-range-input" :placeholder="model.attrs.placeholder2"
26
27
  v-model="model.value1" @change="changeHandler($event);" @input="onInputHandler($event);isShowClear('input2')" @focus="focusHandler" @blur="blurHandler('value1','decimals1')"
27
28
  :class="model.lock ? 'ct-is-disabled' : ''" :disabled="model.lock" @keyup.enter="search()"/>
@@ -146,3 +147,14 @@
146
147
  }
147
148
  }
148
149
  </script>
150
+ <style scoped>
151
+ .el-input__suffix {
152
+ right: -4px;
153
+ top:-1px;
154
+ }
155
+
156
+ span.ct-unitname.el-input__suffix.el-input__suffix-inner {
157
+ right: 15px;
158
+ top:0;
159
+ }
160
+ </style>
@@ -141,14 +141,14 @@
141
141
  this.reloadKeyScreen='s'+this.reloadKey;
142
142
  this.reloadKeyTable='t'+this.reloadKey;
143
143
  },
144
- search(btn) {
144
+ search() {
145
145
  this.selectIndex=-1;
146
146
  if (this.$refs.table.model) {
147
147
  this.pageDisabled=true;
148
148
  this.$refs.table.getPage(1);
149
149
  }
150
150
  else {
151
- this.$refs.table.searchComplate(this.$refs.screen.model);
151
+ this.$refs.table.searchComplate(this.$refs.screen.model,this.$refs.screen.model.defaultSearch);
152
152
  }
153
153
 
154
154
  this.$refs.table.loadStats();
@@ -1,22 +1,22 @@
1
1
  <template>
2
- <div style="width: 100%" class="ct-searchtable" ref="searchTable" :style="{ 'margin-top': isLayout ? '0' : '', padding: isLayout ? '0' : '' }">
2
+ <div style="width: 100%" class="ct-searchtable" ref="searchTable" :style="{ 'margin-top': isLayout ? '0' : '', padding: isLayout ? '0' : '' }">
3
3
  <ct-tableStats ref="tableStats" class="ct-search-table-list-header"
4
4
  v-if="!isLoading && searchStatsApi" :api="searchStatsApi"
5
5
  @searchStats="searchStats" @setTableHeight="setTableHeight" :searchModel="model.searchModel">
6
6
  </ct-tableStats>
7
7
 
8
- <ct-tabletoolbar ref="toolbar" v-if="!isLoading"
8
+ <ct-tabletoolbar ref="toolbar" v-if="!isLoading && model && model.buttons"
9
9
  :buttons="model.buttons"
10
10
  @click="toolbarClickHandler($event)" @importComplete="importComplete"
11
11
  :optionApi="model.optionApi" :searchModel="model.searchModel">
12
12
  </ct-tabletoolbar>
13
13
 
14
- <ct-tabletip ref="listHeader" class="ct-search-table-list-header" :tip="model.listHeader" v-if="!isLoading"></ct-tabletip>
14
+ <ct-tabletip ref="listHeader" class="ct-search-table-list-header" :tip="model.listHeader" v-if="!isLoading && model"></ct-tabletip>
15
15
 
16
- <div v-loading="tableLoading" v-if="!isLoading" :style="{ height: '0px', top: model.tableHeight * 0.55 + 'px' }"></div>
16
+ <div v-loading="tableLoading" v-if="!isLoading && model" :style="{ height: '0px', top: model.tableHeight * 0.55 + 'px' }"></div>
17
17
  <div v-loading="operationLoading"></div>
18
18
 
19
- <div class="ct-tableParent" ref="tableParent" v-bind="model.attrs" v-if="!isLoading"
19
+ <div class="ct-tableParent" ref="tableParent" v-bind="model.attrs" v-if="!isLoading && model"
20
20
  :style="{ height: from == 'form' ? '100%' : model.tableHeight + 'px','border-bottom': isLayout ? 'none' : '','border-top': isLayout ? 'none' : '',}"
21
21
  @scroll="scrollHandle($event)" :v-focus="model.flagFocus"
22
22
  @keydown.up="rowKeyDownHandle($event, 0)" @keydown.down="rowKeyDownHandle($event, 1)"
@@ -159,8 +159,8 @@
159
159
  </div>
160
160
  </div>
161
161
 
162
- <ct-tabletip ref="listFooter" class="ct-search-table-list-footer" :tip="model.listFooter" v-if="!isLoading && !isLayout"></ct-tabletip>
163
- <ct-tabletip ref="footer" class="ct-search-table-footer" :tip="model.footer" v-if="!isLoading && !isLayout"></ct-tabletip>
162
+ <ct-tabletip ref="listFooter" class="ct-search-table-list-footer" :tip="model.listFooter" v-if="!isLoading && !isLayout && model"></ct-tabletip>
163
+ <ct-tabletip ref="footer" class="ct-search-table-footer" :tip="model.footer" v-if="!isLoading && !isLayout && model"></ct-tabletip>
164
164
  <div v-if="isLoading && searchLoading" v-loading="isLoading" style="top: 30px"></div>
165
165
  </div>
166
166
  </template>
@@ -276,10 +276,7 @@ export default {
276
276
  self.model.searchModel = this.tempSearchModel;
277
277
  }
278
278
  //自动查询 调用合并列
279
- if (
280
- self.model.rowMergedColumns.length > 0 &&
281
- self.model.listData.length > 0
282
- ) {
279
+ if ( self.model.rowMergedColumns.length > 0 && self.model.listData.length > 0) {
283
280
  self.model.setRow(self.model.listData);
284
281
  }
285
282
  self.tableComplate = true;
@@ -758,7 +755,10 @@ export default {
758
755
 
759
756
  this.$nextTick(function () {
760
757
  if (typeof this.api !== "undefined") {
761
- self.loaderObj.SearchTable(self.api, self.load, m, defaultSearch);
758
+ self.loaderObj.SearchTable(self.api, self.load, m, defaultSearch,null,function(){
759
+ self.isLoading = false;
760
+ self.tableLoading = false;
761
+ });
762
762
  }
763
763
  if (typeof this.source !== "undefined") {
764
764
  self.load(self.loaderObj.SearchTable(self.source));
@@ -825,6 +825,7 @@ export default {
825
825
  let self = this;
826
826
  action = action || field.action;
827
827
  var clickAcion = function () {
828
+ self.$emit('doClosePopoverHandle');
828
829
  //若不是客户端方法,则直接访问接口
829
830
  if (!field.isClientFuntion) {
830
831
  // 外部框架tab页打开
@@ -833,12 +834,10 @@ export default {
833
834
  if (field.pageStyle) {
834
835
  submitData.pageStyle = field.pageStyle;
835
836
  }
836
- self.$emit('doClosePopoverHandle');
837
837
  self.$common.getDataDrivenOpts().handler.openTab(action,submitData,field.pageTitle,self.model,field.dialogWidth);
838
838
  }
839
839
  else if (field.isSearchPageInTab) {// 外部框架tab页打开
840
840
  submitData = field.getActionPara(submitData).para;
841
- self.$emit('doClosePopoverHandle');
842
841
  self.$common.getDataDrivenOpts().handler.openTabSearch(field, submitData);
843
842
  }
844
843
  else if (field.isBrowserNewTab) {// 浏览器打开
@@ -999,10 +998,10 @@ export default {
999
998
  }
1000
999
  }
1001
1000
  if (typeof self.$refs.tableParent !== "undefined") {
1002
- self.$refs.tableParent.scrollTop = 0;
1003
- self.$refs.tableParent.scrollLeft = 0;
1004
- self.scrollTop = 0;
1005
- self.scrollLeft = 0;
1001
+ self.$refs.tableParent.scrollTop = 0;
1002
+ self.$refs.tableParent.scrollLeft = 0;
1003
+ self.scrollTop = 0;
1004
+ self.scrollLeft = 0;
1006
1005
  }
1007
1006
  self.$forceUpdate();
1008
1007
  self.$nextTick(() => {
@@ -110,9 +110,10 @@
110
110
  <!-- <span slot="reference" class="icon-more"></span> -->
111
111
  <span
112
112
  slot="reference"
113
- style="font-family: Comic Sans MS; font-size: 14px"
114
- ><div class="my-icon-more"></div
115
- ></span>
113
+ style="font-family: Comic Sans MS; font-size: 14px">
114
+ <!-- <div class="my-icon-more"></div> -->
115
+ <img :src="iconSort" alt="" width="100%" />
116
+ </span>
116
117
  </el-popover>
117
118
  </template>
118
119
  </div>
@@ -142,6 +143,7 @@ export default {
142
143
  trigger: "hover", //触发方式,传值可查看Popper UI组件trigger属性
143
144
  placement: "bottom-start", //方向,传值可查看Popper UI组件placement属性
144
145
  },
146
+ iconSort: require("../../../assets/sort.png"),
145
147
  };
146
148
  },
147
149
  mounted() {
@@ -354,7 +356,11 @@ export default {
354
356
  }
355
357
  .more-dropdown {
356
358
  position: absolute;
359
+ width: 16px;
360
+ height: 20px;
361
+ text-align: left;
357
362
  top: 2px;
363
+ right: 0px;
358
364
  }
359
365
  .my-icon-more {
360
366
  width: 14px;
@@ -323,7 +323,7 @@ const Detail = function (source, para, callBack) {
323
323
  return rtn._searchConditionApiTags1;
324
324
  }
325
325
  else if (rtn.tags1 && rtn.tags1.length > 0) {
326
- rtn._searchConditionApiTags1 = rtn.tags1[0].searchConditionApiUrl;
326
+ rtn._searchConditionApiTags1 = rtn.tags1[0].searchConditionAction;
327
327
  return rtn._searchConditionApiTags1;
328
328
  }
329
329
  },
@@ -335,7 +335,7 @@ const Detail = function (source, para, callBack) {
335
335
  return rtn._searchDataApiTags1;
336
336
  }
337
337
  else if (rtn.tags1 && rtn.tags1.length > 0) {
338
- rtn._searchDataApiTags1 = rtn.tags1[0].searchDataApiUrl;
338
+ rtn._searchDataApiTags1 = rtn.tags1[0].searchDataAction;
339
339
  return rtn._searchDataApiTags1;
340
340
  }
341
341
  },
@@ -362,8 +362,8 @@ const Detail = function (source, para, callBack) {
362
362
  data.tags2 = v;
363
363
  },
364
364
  getTags2List(i) {
365
- if (rtn.tags2 && rtn.tags2[i] && !rtn.tags2[i].list && rtn.tags2[i].searchDataApiUrl) {
366
- let action = rtn.tags2[i].searchDataApiUrl;
365
+ if (rtn.tags2 && rtn.tags2[i] && !rtn.tags2[i].list && rtn.tags2[i].searchDataAction) {
366
+ let action = rtn.tags2[i].searchDataAction;
367
367
  let para = {};
368
368
  if (rtn.tags2[i].paramData) para = JSON.parse(rtn.tags2[i].paramData);
369
369
  Vue.prototype.$api.postHandler(common.globalUri(), { action: action, para: para }).then(
@@ -906,7 +906,8 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
906
906
  if (callBack) {
907
907
  callBack(rtn);
908
908
  }
909
- } else {
909
+ }
910
+ else {
910
911
  if (postThenHandler) {
911
912
  postThenHandler();
912
913
  }
@@ -104,8 +104,8 @@ export default {
104
104
  width: 16px;
105
105
  height: 20px;
106
106
  text-align: left;
107
- top: 3px;
108
- right: -4px;
107
+ top: 6px;
108
+ right: 22px;
109
109
  }
110
110
 
111
111
  .my-icon-more {
package/src/main.js CHANGED
@@ -41,8 +41,8 @@ Vue.use(centaline, {
41
41
  // 获取请求头
42
42
  getRequestHeaders: function () {
43
43
  return {
44
- oldToken: 'd3513834-dcd1-4056-b094-53c484d7057f',
45
- token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjjsOwjAQBe-ydVbyZ71rpyNOaDhEZCNHChUiiQRC3B0QSZeeKaaY5r0nTEuGGmQFd7TRhxXc0UavNQXR3OEhSERisuh19BiJIx3bzsamhQrK_Qq1ZjaOHHOoYEzzL5AL5huWqdxO5fGPc5d5_MxmMXpI5ozsDSMlozCwVSg5O5ZShqQyvN4AAAD__w.5BtoXWS_DQhRmNrD-HBaYtVay7pKWQLx5NrVBExANME',
44
+ oldToken: '42ccd644-040d-4e01-9521-1623f1884058',
45
+ token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjrEOgkAQRP9laza55fZ27-jkwMaPIIc5E6yMQKIx_rsYoaP3Fa-YYmZeMM49VKAruKONLqzgjjY6Ig5K0uIhaEQWtugpeowskY9Na2PdQAH5cYOKRGxpSmUpYEjTLyAS-w3mMd9P-fmPc9dpWGYlc--DJQxZDbJLbim7MNqg6pM7G-8Y3h8AAAD__w.8TSDAWjGFDnR0l_C7untDbZTxrfIYNVycj9F33X0v6E',
46
46
  originalRequestURL: 'http://10.88.22.67:8080',
47
47
  EstateInfo: '{"estateId":"201703020943128D8A8FCF463E4016D6","estateName":"%E4%B8%87%E7%A7%91%E4%BA%91%E5%9F%8E"}',
48
48
  estateId: '20210729104021C49F04B55C50F6AF58',