centaline-data-driven 1.1.60 → 1.1.64

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/config/dev.env.js CHANGED
@@ -5,7 +5,7 @@ const prodEnv = require('./prod.env')
5
5
  module.exports = merge(prodEnv, {
6
6
  NODE_ENV: '"development"',
7
7
  // BASE_API: '"http://10.88.1.151:8085/v1/form/router"',//aplus黄兰
8
- BASE_API: '"http://10.88.22.46:7070/v1/form/router"',//max本地
8
+ BASE_API: '"http://10.88.22.13:7070/v1/form/router"',//max本地
9
9
  //BASE_API: '"http://10.88.22.71:5008/api/doaction/router"',
10
10
  // BASE_API: '"http://tjcptest.centaline.com.cn/v1/form/router"',
11
11
  // BASE_API: '"http://10.88.200.31:5000/gateway/redirect"',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.1.60",
3
+ "version": "1.1.64",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/src/Form.vue CHANGED
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div id="app-form" class="data-driven" style="width:100%;height:100%;overflow:auto">
3
- <ct-form :api="'/roomtype/readDetail'" :apiParam="apiParam"></ct-form>
3
+ <ct-form :api="'/employee/getLayoutOfPwd'" :apiParam="apiParam"></ct-form>
4
4
  <!-- <ct-form :source="formdata.content" :apiParam="apiParam"></ct-form> -->
5
5
  <!--:api="'FormSample/formdata'"-->
6
6
  <!--<ct-form :source="formdata.content"></ct-form>-->
@@ -16,8 +16,8 @@
16
16
  data() {
17
17
  return {
18
18
  apiParam: {
19
- actionType: 2,
20
- jsonData: {searchFields: {fields: []}}
19
+ actionType: 3,
20
+ empId:"202105071745197FAD2771D2D7A6A667"
21
21
  },
22
22
  }
23
23
  },
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div id="app-search" style="height:100%;position: fixed;">
3
3
  <!-- <ct-searchlist :searchConditionApi="'/api/third-dept-tran/tran-list/layout'" :searchDataApi="'/api/third-dept-tran/tran-list'"></ct-searchlist> -->
4
- <ct-searchlist :searchConditionApi="'/system/menulist/getLayoutOfSearch'" :searchDataApi="'/system/menulist/getList'"></ct-searchlist>
4
+ <ct-searchlist :searchConditionApi="'/estatemanage/estatlist/getLayoutOfSearch'" :searchDataApi="'/estatemanage/estatlist/getList'"></ct-searchlist>
5
5
  <!--<ct-searchlist :searchConditionApi="'/api/invoice-info/search-condition'" :searchDataApi="'/api/invoice-info/list'" :searchDataStatisticsApi="'api/ContractList/GetLayoutOfStatisticsTool'" :apiParam="para"></ct-searchlist>-->
6
6
  <ct-dialog-list></ct-dialog-list>
7
7
  </div>
@@ -589,11 +589,13 @@ html {
589
589
  background-color: #bebebe;
590
590
  height: 5px;
591
591
  border-radius: 4px;
592
+ display: block;
592
593
  }
593
- ::-webkit-scrollbar {
594
+ ::-webkit-scrollbar {
594
595
  width: 6px;
595
596
  height:6px;
596
- background-color: #f1f1f1
597
+ background-color: #f1f1f1;
598
+ display: block;
597
599
  }
598
600
 
599
601
  .el-input-group__append, .el-input-group__prepend {
@@ -146,6 +146,12 @@
146
146
  width:4px;
147
147
  height:6px;
148
148
  }
149
+ .ct-selectOptionVertical::-webkit-scrollbar {
150
+ width: 6px!important;
151
+ height:6px!important;
152
+ background-color: #f1f1f1!important;
153
+ display: block!important;
154
+ }
149
155
  .ct-table-auto{
150
156
  white-space: nowrap;
151
157
  }
@@ -206,3 +212,13 @@
206
212
  color: #666;
207
213
  border-color:#cecece;
208
214
  }
215
+ .details-content .ct-search-list .ct-ptb5{
216
+ padding: 0 0 10px 0;
217
+ }
218
+ .details-content .ct-search-list .ct-searchtable{
219
+ margin-top: 0;
220
+ padding-top: 0px;
221
+ }
222
+ .details-content .ct-search-list .ct-searchtable .ct-table-content{
223
+ padding: 0;
224
+ }
@@ -180,86 +180,19 @@
180
180
  </div>
181
181
  <div class="tablist-info base-box">
182
182
  <div class="details-tabs-box">
183
- <el-menu :default-active="model.activeIndex" class="el-menu-demo" mode="horizontal" @select="handleSelect">
183
+ <!-- <el-menu :default-active="model.activeIndex1" class="el-menu-demo el-menu-detail" mode="horizontal" @select="handleSelect">
184
184
  <el-menu-item v-for="(col, index) in model.tags1" :key="col.appID" :index="index.toString()">
185
185
  {{col.appName}}
186
186
  </el-menu-item>
187
- </el-menu>
187
+ </el-menu> -->
188
+ <el-tabs :value="model.activeIndex1" @tab-click="handleSelect">
189
+ <el-tab-pane v-for="(col, index) in model.tags1" :key="col.appID"
190
+ :index="index.toString()" :name="index.toString()" :label="col.appName"></el-tab-pane>
191
+ </el-tabs>
188
192
  <ct-searchlist v-if="model.searchConditionApiTags1" :key="model.searchlistKey"
189
193
  :apiParam="model.paramDataTags1"
190
194
  :searchConditionApi="model.searchConditionApiTags1"
191
195
  :searchDataApi="model.searchDataApiTags1"></ct-searchlist>
192
- <!-- <el-tabs v-model="follow">
193
- <el-tab-pane label="跟进" name="first">
194
- <el-form
195
- class="follow-search-bar"
196
- >
197
- <!-- <el-select
198
- v-model="value"
199
- placeholder="跟进类型"
200
- class="mr10"
201
- >
202
- <el-option
203
- v-for="item in options"
204
- :key="item.value"
205
- :label="item.label"
206
- :value="item.value"
207
- >
208
- </el-option>
209
- </el-select>
210
- <el-input
211
- class="w300 mr10"
212
- placeholder="请输入"
213
- maxlength="500"
214
- ></el-input>
215
- <el-button
216
- type="primary"
217
- @click="onSearch"
218
- >保存</el-button>
219
- <button class="el-button el-button--primary el-button--mini max-btn-add">新增跟进</button>
220
- </el-form>
221
-
222
- <el-table
223
- :data="followData"
224
- stripe
225
- style="width: 100%;margin-top:20px;height:200px;overflow:auto"
226
- :header-cell-style="{background:'#f3f3f3',color:'#333333'}"
227
- >
228
- <el-table-column
229
- prop="date"
230
- label="日期"
231
- width="180">
232
- </el-table-column>
233
- <el-table-column
234
- prop="name"
235
- label="状态"
236
- width="180">
237
- </el-table-column>
238
- <el-table-column
239
- prop="address"
240
- label="跟进人">
241
- </el-table-column>
242
- <el-table-column
243
- prop="address"
244
- label="跟进人部门">
245
- </el-table-column>
246
- <el-table-column
247
- prop="address"
248
- label="跟进时间">
249
- </el-table-column>
250
- </el-table>
251
- </el-tab-pane>
252
- <el-tab-pane label="委托" name="second">委托</el-tab-pane>
253
- <el-tab-pane label="钥匙" name="third">钥匙</el-tab-pane>
254
- <el-tab-pane label="交易变更" name="fourth">交易变更</el-tab-pane>
255
- <el-tab-pane label="多媒体记录" name="">多媒体记录</el-tab-pane>
256
- <el-tab-pane label="业绩分配" name="">业绩分配</el-tab-pane>
257
- <el-tab-pane label="楼主历史" name="">楼主历史</el-tab-pane>
258
- <el-tab-pane label="租户信息" name="">租户信息</el-tab-pane>
259
- <el-tab-pane label="合并盘" name="">合并盘</el-tab-pane>
260
- <el-tab-pane label="佐证" name="">佐证</el-tab-pane>
261
- <el-tab-pane label="销控表" name="">销控表</el-tab-pane>
262
- </el-tabs> -->
263
196
  </div>
264
197
  </div>
265
198
  <div class="contribute-info base-box">
@@ -299,29 +232,35 @@
299
232
  <div>最近7天带看<span class="red-text">{{model.fields1Dic.CustomerLookCount7.value}}</span>次,总带看<span class="red-text">{{model.fields1Dic.CustomerLookCountAll.value}}</span>次。</div>
300
233
  </div>
301
234
  <div class="staff-info base-box">
302
- <el-tabs v-model="opening " @tab-click="handleClick">
303
- <el-tab-pane label="开盘人" name="first">
304
- <div class="el-tabs__content">
305
- <div role="tabpanel" id="pane-first" aria-labelledby="tab-first" class="el-tab-pane">
306
- <div class="tab-conten">
307
- <img src="/static/img/user-head.d2916812.png">
308
- <div>
309
- <div class="user-name">
310
- <div class="text">柳晓青</div><span class="user-but">系统管理组</span>
311
- </div>
312
- <div class="text">13736376666</div>
313
- <div v-show="allIn"><div class="user-other">其它信息</div></div>
314
- </div>
315
- </div>
235
+ <el-tabs :value="model.activeIndex2" @tab-click="handleClick">
236
+ <el-tab-pane v-for="(col, index) in model.tags2" :key="col.appID"
237
+ :index="index.toString()" :name="index.toString()" :label="col.appName">
238
+ <div class="el-tabs__content">
239
+ <div v-if="col.appID==='Maintain'" role="tabpanel" id="pane-first" aria-labelledby="tab-first" class="el-tab-pane">
240
+ <div class="tab-conten">
241
+ <img src="/static/img/user-head.d2916812.png">
242
+ <div class="user-name">
243
+ <div class="text">柳晓青</div><span class="user-but">系统管理组</span>
244
+ </div>
245
+ <div class="text">13736376666</div>
246
+ </div>
247
+ <div v-show="allIn" class="tab-conten">
248
+ <img src="/static/img/user-head.d2916812.png">
249
+ <div class="user-name">
250
+ <div class="text">柳晓青1</div><span class="user-but">系统管理组</span>
316
251
  </div>
252
+ <div class="text">13736376666</div>
253
+ </div>
254
+ <div class="open-mero" @click="allIn=!allIn">{{allIn?'收起全部':'查看全部'}}
255
+ <img src="../../../assets/mero.png" alt="" class="mero" > <!--:class="allIn?'more-colose':'more-open'" -->
256
+ </div>
317
257
  </div>
318
-
319
- </el-tab-pane>
320
- <el-tab-pane label="楼主" name="second">楼主</el-tab-pane>
321
- </el-tabs>
322
- <div class="open-mero" @click="allIn=!allIn">{{allIn?'收起全部':'查看全部'}}
323
- <img src="../../../assets/mero.png" alt="" class="mero" > <!--:class="allIn?'more-colose':'more-open'" -->
324
- </div>
258
+ <div v-else>
259
+ 22222222222222
260
+ </div>
261
+ </div>
262
+ </el-tab-pane>
263
+ </el-tabs>
325
264
  </div>
326
265
  <!-- <div class="operation-list p0">
327
266
  <button data-v-6fe32525="" type="button" class="el-button list-item base-box el-button--default">编辑房源</button>
@@ -557,26 +496,6 @@
557
496
  remarks: '删除',
558
497
  isIcon: true,
559
498
  },
560
- ],
561
- follow:'first',
562
- followData:[
563
- {
564
- date:'20/12/2020',
565
- name:'出售',
566
- address:'kenly',
567
-
568
- }
569
- ],
570
- options: [{
571
- value: '选项1',
572
- label: '本盘跟进'
573
- }, {
574
- value: '选项2',
575
- label: '全部跟进'
576
- }, {value: '选项3',
577
- label: '合开盘跟进'
578
- },
579
-
580
499
  ],
581
500
  opening:'first',
582
501
  }
@@ -602,8 +521,15 @@
602
521
  },
603
522
  methods: {
604
523
  load(data) {
524
+ var self = this;
605
525
  this.model = data;
606
526
  this.loadFields();
527
+ this.setDetailHeight();
528
+ this.$nextTick(() => {
529
+ window.addEventListener("resize", (ev) => {
530
+ self.setDetailHeight();
531
+ });
532
+ });
607
533
  },
608
534
  loadFields() {
609
535
  var self = this;
@@ -657,23 +583,22 @@
657
583
  },
658
584
  setDetailHeight() {
659
585
  this.$nextTick(() => {
660
- if (this.$refs.detail) {
661
- var h1 = this.$refs.main.offsetHeight | 0;
662
- var h2 = this.$refs.detail.offsetTop | 0;
663
- let detailHeight = h1 - h2 - 5;
586
+ if (this.$refs.detail && this.$refs.main) {
587
+ var h1 = document.documentElement.clientHeight | 0;
588
+ var h2 = this.$refs.main.parentElement.offsetTop | 0;
589
+ var h3 = this.$refs.detail.offsetTop | 0;
590
+ let detailHeight = h1 - h3 - 65;
664
591
  this.model.detailHeight = detailHeight < 40 ? 350 : detailHeight;
665
- console.log(h1);
666
- console.log(h2);
667
- console.log(this.model.detailHeight);
668
592
  }
669
593
  });
670
594
  },
671
595
  handleSelect(key, keyPath) {
672
- if(this.model.tags1 && this.model.tags1[key]){
596
+ let i=key.index;
597
+ if(this.model.tags1 && this.model.tags1[i]){
673
598
  this.model.searchlistKey=this.model.searchlistKey+1;
674
- this.model.searchConditionApiTags1=this.model.tags1[key].searchConditionApiUrl||'';
675
- this.model.searchDataApiTags1=this.model.tags1[key].searchDataApiUrl||'';
676
- this.model.paramDataTags1=this.model.tags1[key].paramData||'';
599
+ this.model.searchConditionApiTags1=this.model.tags1[i].searchConditionApiUrl||'';
600
+ this.model.searchDataApiTags1=this.model.tags1[i].searchDataApiUrl||'';
601
+ this.model.paramDataTags1=this.model.tags1[i].paramData||'';
677
602
  }
678
603
  },
679
604
  }
@@ -1023,7 +948,16 @@
1023
948
  }
1024
949
  }
1025
950
  }
951
+
1026
952
  .tablist-info {
953
+ .details-tabs-box{
954
+
955
+ .el-menu--horizontal > .el-menu-item{
956
+ height: 30px;
957
+ line-height: 30px;
958
+ border-radius: none;
959
+ }
960
+ }
1027
961
  }
1028
962
 
1029
963
  .contribute-info {
@@ -1341,6 +1275,7 @@
1341
1275
  .r{
1342
1276
  float: right;
1343
1277
  }
1278
+
1344
1279
  </style>
1345
1280
 
1346
1281
 
@@ -236,4 +236,8 @@
236
236
  padding-left: 5px;
237
237
  padding-right: 5px;
238
238
  }
239
+ .el-table td.el-table__cell{
240
+ padding-left: 5px;
241
+ padding-right: 5px;
242
+ }
239
243
  </style>
@@ -754,9 +754,12 @@
754
754
  self.operationLoading = true;
755
755
  field.doAction(submitData, (data) => {
756
756
  self.operationLoading = false;
757
- self.model.doAction({ responseData: data });
757
+ if (!field.flagFreshCurrentRow) {
758
+ self.model.doAction({ responseData: data });
759
+ }
758
760
  self.$forceUpdate();
759
761
  self.$refs.footer.$forceUpdate();
762
+ self.updateCurrentRow(field);
760
763
  })
761
764
  }
762
765
  }
@@ -880,7 +883,7 @@
880
883
 
881
884
  .ct-searchtable .ct-table {
882
885
  min-width: 100%;
883
- border-collapse: collapse;
886
+ border-collapse: separate;
884
887
  }
885
888
 
886
889
  .ct-searchtable .ct-table th {
@@ -11,7 +11,7 @@
11
11
  @keyup.enter.native="search()">
12
12
  <span slot="suffix" v-if="model.unitName" class="ct-unitname">{{model.unitName}}</span>
13
13
 
14
- <span slot="suffix" class="el-input__suffix el-input--mini" v-if="showClear" :class="model.unitName?'ct-right-10':'ct-right-0'">
14
+ <span slot="suffix" class="el-input__suffix el-input--mini" v-if="!model.isPassword&&showClear" :class="model.unitName?'ct-right-10':'ct-right-0'">
15
15
  <span class="el-input__suffix-inner ct-close">
16
16
  <i class="el-select__caret el-input__icon el-icon-circle-close is-show-close" @click="clearClickHandle($event)"></i>
17
17
  </span>
@@ -14,11 +14,15 @@ const Detail = function (source,para ,callBack) {
14
14
  _actionRouters:null,//页面上的动作行为
15
15
  _actionRoutersMoreList:null,//页面上的更多动作行为
16
16
  detailHeight:750,
17
- activeIndex:'0',
17
+ activeIndex1:'0',
18
+ activeIndex2:'0',
18
19
  searchlistKey:0,
19
20
  _searchConditionApiTags1:null,
20
21
  _searchDataApiTags1:null,
21
22
  _paramDataTags1:null,
23
+ _searchConditionApiTags2:null,
24
+ _searchDataApiTags2:null,
25
+ _paramDataTags2:null,
22
26
  get fields1() {
23
27
  return data.fields1;
24
28
  },
@@ -206,6 +210,46 @@ const Detail = function (source,para ,callBack) {
206
210
  rtn._paramDataTags1={};
207
211
  if(v)rtn._paramDataTags1 = JSON.parse(v);
208
212
  },
213
+ get tags2() {
214
+ return data.tags2;
215
+ },
216
+ get searchConditionApiTags2() {
217
+ if (rtn._searchConditionApiTags2 !==null){
218
+ return rtn._searchConditionApiTags2;
219
+ }
220
+ else if(rtn.tags2 && rtn.tags2.length>0){
221
+ rtn._searchConditionApiTags2= rtn.tags2[0].searchConditionApiUrl;
222
+ return rtn._searchConditionApiTags2;
223
+ }
224
+ },
225
+ set searchConditionApiTags2(v) {
226
+ rtn._searchConditionApiTags2 = v;
227
+ },
228
+ get searchDataApiTags2() {
229
+ if (rtn._searchDataApiTags2 !==null){
230
+ return rtn._searchDataApiTags2;
231
+ }
232
+ else if(rtn.tags2 && rtn.tags2.length>0){
233
+ rtn._searchDataApiTags2= rtn.tags2[0].searchDataApiUrl;
234
+ return rtn._searchDataApiTags2;
235
+ }
236
+ },
237
+ set searchDataApiTags2(v) {
238
+ rtn._searchDataApiTags2 = v;
239
+ },
240
+ get paramDataTags2() {
241
+ if (rtn._paramDataTags2){
242
+ return rtn._paramDataTags2;
243
+ }
244
+ else if(rtn.tags2 && rtn.tags2.length>0){
245
+ rtn._paramDataTags2= JSON.parse(rtn.tags2[0].paramData);
246
+ return rtn._paramDataTags2;
247
+ }
248
+ },
249
+ set paramDataTags2(v) {
250
+ rtn._paramDataTags2={};
251
+ if(v)rtn._paramDataTags2 = JSON.parse(v);
252
+ },
209
253
  };
210
254
  return rtn;
211
255
  }
@@ -130,24 +130,102 @@ const SearchScreen = function (source, callBack, screenPara) {
130
130
  btn.disabled = loading;
131
131
  });
132
132
  },
133
+ //如果是复选框则searchValue1格式为 1,2
133
134
  get searchData() {
135
+
136
+ let that=this;
134
137
  var rtn = {
135
138
  fields: []
136
139
  };
137
140
  this.screen.forEach((v) => {
138
- var tempObj = v.searchObj;
141
+ var tempObj = common.deepClone(v.searchObj);
139
142
  if ((tempObj.searchValue1 && tempObj.searchValue1 !== '') || (tempObj.searchValue2 && tempObj.searchValue2 !== '')) {
143
+ if(that.isHandle(v.type))
144
+ {
145
+ tempObj.searchValue1=that.getNewSearchValue(tempObj);
146
+ }
140
147
  rtn.fields.push(tempObj);
148
+
141
149
  }
142
150
  });
143
151
  this.highScreen.forEach((v) => {
144
- var tempObj = v.searchObj;
152
+ var tempObj = common.deepClone(v.searchObj);
145
153
  if ((tempObj.searchValue1 && tempObj.searchValue1 !== '') || (tempObj.searchValue2 && tempObj.searchValue2 !== '')) {
154
+ if(that.isHandle(v.type))
155
+ {
156
+ tempObj.searchValue1=that.getNewSearchValue(tempObj);
157
+ }
146
158
  rtn.fields.push(tempObj);
147
159
  }
148
160
  });
149
161
  return rtn;
150
162
  },
163
+ getNewSearchValue(tempObj)
164
+ {
165
+ let codeList=JSON.parse(tempObj.searchValue1);
166
+ let dataType=this.getDataType(tempObj.searchDataType);
167
+ let code='';
168
+ let symbol=',';
169
+ if(dataType==1)
170
+ {
171
+ codeList.forEach((v) => {
172
+ if(!v.flagDeleted&&v.code)
173
+ {
174
+ code+= `'${v.code}'${symbol}`;
175
+ }
176
+ });
177
+ }else
178
+ {
179
+ codeList.forEach((v) => {
180
+ if(!v.flagDeleted&&v.code)
181
+ {
182
+ code+= `${v.code}${symbol}`;
183
+ }
184
+ });
185
+ }
186
+ if(code.endsWith(`${symbol}`))
187
+ {
188
+ code=code.substring(0,code.length-1);
189
+ }
190
+ return code;
191
+ },
192
+ //判断控件是否需要单独处理searchValue1
193
+ isHandle(type)
194
+ {
195
+ let result=false;
196
+ switch (type)
197
+ {
198
+ case Enum.ControlType.CheckBoxList://复选列表
199
+ result=true;
200
+ break;
201
+ default:
202
+ result=false;
203
+ break;
204
+ }
205
+ return result;
206
+ },
207
+ // 1 是字符串 2是数字
208
+ getDataType(searchDataType)
209
+ {
210
+ let dataType=1;
211
+ switch(searchDataType)
212
+ {
213
+ case 2:
214
+ case 6:
215
+ dataType=2;
216
+ break;
217
+ case 1:
218
+ case 3:
219
+ case 4:
220
+ case 5:
221
+ dataType=1;
222
+ break;
223
+ default:
224
+ dataType=1;
225
+ break;
226
+ }
227
+ return dataType;
228
+ },
151
229
  initScreen(screens) {
152
230
  var rtnscreens = [];
153
231
 
@@ -494,7 +494,7 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
494
494
  var searchFields = this.searchModel ? this.searchModel.searchData : { fields: [] };
495
495
  if (self.primaryKey) {
496
496
  searchFields.fields.push({
497
- fieldName1: self.primaryKey,
497
+ fieldName1: self.primaryFieldMappingDBName?self.primaryFieldMappingDBName:self.primaryKey,
498
498
  groupName: self.primaryKey,
499
499
  operation: 2,
500
500
  searchDataType: 3,
@@ -563,6 +563,9 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
563
563
  get primaryKey() {
564
564
  return common.initialsToUpperCase(source.content.primaryFieldName);
565
565
  },
566
+ get primaryFieldMappingDBName() {
567
+ return source.content.primaryFieldMappingDBName;
568
+ },
566
569
  get $index() {
567
570
  if (this.$rowCount > 0) {
568
571
  return this.selectIndex + 1;
package/src/main.js CHANGED
@@ -12,7 +12,7 @@ Vue.use(ElementUI, { size: 'mini'});
12
12
  // 关闭生产模式下给出的提示
13
13
  Vue.config.productionTip = false;
14
14
  Vue.use(centaline, {
15
- baseUrl: 'http://10.88.23.22:9999/v1/form/router',
15
+ baseUrl: 'http://10.88.22.67:9999/v1/form/router',
16
16
  zindex: 999,
17
17
  showRequestErrorMessage: true,
18
18
  handler: {
@@ -27,7 +27,7 @@ Vue.use(centaline, {
27
27
  // 获取请求头
28
28
  getRequestHeaders: function () {
29
29
  return {
30
- Authorization: 'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijg4MjUzNTNmLTQwY2QtNDk0OS1iMmFiLTNkYmZkM2VhOGY5YyJ9.vST557XxrpihiQfogTXgGmcfvAHprul0hGGME864lEIvU51ZBEEns-kUjUj0FsH_YTEb98CZPwD5-_3jDE7w8g',
30
+ Authorization: 'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjdjOWM1ZmE0LWIxM2MtNDQwMC1iYmIzLTYwY2RmY2FhZjNhMyJ9.G5G5kp8BkIhxbXkcWFIEf_2qNQE6N7XQ0hxY34M5FifPsM-X23FVGA6D-zlDWjTO6mo28QY3_3Bb7N6NW2yzjg',
31
31
  originalRequestURL: 'http://10.88.23.22:9999',
32
32
  EstateInfo: '{"estateId":"201509230915485D942241BBA30FF49F","estateName":"A-%E7%88%B1%E7%90%B4%E6%B5%B7B%E7%BB%84"}'
33
33
  };