1
Showing
2 changed files
with
18 additions
and
3 deletions
| ... | @@ -99,9 +99,11 @@ module.exports = { | ... | @@ -99,9 +99,11 @@ module.exports = { |
| 99 | refreshSmgOtp: "/pingan_hklife_webapi/user/refreshSmgOtp", | 99 | refreshSmgOtp: "/pingan_hklife_webapi/user/refreshSmgOtp", |
| 100 | 100 | ||
| 101 | // 保单联系方式更改 | 101 | // 保单联系方式更改 |
| 102 | policyContactApi:"/pingan_hklife_webapi/policy/updatePolicyContacts", | 102 | policyContactApi: "/pingan_hklife_webapi/policy/updatePolicyContacts", |
| 103 | // 上传excel | 103 | // 上传excel |
| 104 | policyContactUploadExcelApi:"/pingan_hklife_webapi/policy/upload/excel", | 104 | policyContactUploadExcelApi: "/pingan_hklife_webapi/policy/upload/excel", |
| 105 | //保单联系方式查询 | 105 | //保单联系方式查询 |
| 106 | policyContactDetailApi:"/pingan_hklife_webapi/policy/policyContacts/detail" | 106 | policyContactDetailApi: "/pingan_hklife_webapi/policy/policyContacts/detail", |
| 107 | //首页产品列表 | ||
| 108 | indexManageListApi: "/pingan_hklife_webapi/cms/index/manage" | ||
| 107 | } | 109 | } | ... | ... |
| ... | @@ -371,6 +371,18 @@ export default { | ... | @@ -371,6 +371,18 @@ export default { |
| 371 | .catch(res => {}); | 371 | .catch(res => {}); |
| 372 | }, | 372 | }, |
| 373 | uploadExcel() {}, | 373 | uploadExcel() {}, |
| 374 | // aaa(){ | ||
| 375 | // httpPost({ | ||
| 376 | // url: api.indexManageListApi, | ||
| 377 | // data: {}, | ||
| 378 | // sid: true | ||
| 379 | // }) | ||
| 380 | // .then(response => { | ||
| 381 | // console.log("response:", response); | ||
| 382 | // }) | ||
| 383 | // .catch(res => {}); | ||
| 384 | // | ||
| 385 | // } | ||
| 374 | }, | 386 | }, |
| 375 | watch: { | 387 | watch: { |
| 376 | "data.mobile": function() { | 388 | "data.mobile": function() { |
| ... | @@ -399,6 +411,7 @@ export default { | ... | @@ -399,6 +411,7 @@ export default { |
| 399 | this.initTitle(); | 411 | this.initTitle(); |
| 400 | }, | 412 | }, |
| 401 | created() { | 413 | created() { |
| 414 | //this.aaa() | ||
| 402 | // this.loading = true; | 415 | // this.loading = true; |
| 403 | this.$root.eventBus.$on("langChange", () => { | 416 | this.$root.eventBus.$on("langChange", () => { |
| 404 | try { | 417 | try { | ... | ... |
-
Please register or sign in to post a comment