Showing
5 changed files
with
7 additions
and
7 deletions
backend/public/upload/contactdownload.xlsx
0 → 100644
No preview for this file type
1 | { | 1 | { |
2 | - "accessKeyId": "", | 2 | + "accessKeyId": "ASIAXZL2SWFE7RVIQWMR", |
3 | - "secretAccessKey": "", | 3 | + "secretAccessKey": "9jma9/SQaOtO0TTwAau6oAF8TAJnlAlYv9HEabrA", |
4 | - "sessionToken": "", | 4 | + "sessionToken": "FwoGZXIvYXdzEE4aDO4cT2tMBe42G1RJ5CLDAY7wPcUthCMzIgaspQd6iv45FmR0OS2Y5Z9XBmNzxNgnpV5C5Vh+836WNHcQ9G3aza5XP4m9SThDutsuWvrZkRuEFXr/s4SWToklem1mpqclDSY0Ujx5evzd8A0wJkXuTANRBJEiCfDgAk8JqoH4LgU8u6zfnkdAZLqZaukxsEkX4bDaSHcgZv6BV9bYslGCj1F/xmwvIYPE/hriF0HWHOuZizMwe5B80/DQmjDHMcj2ACOsJ/2a9QbLnEdzV5Gp9egquSjYmaH3BTItMs76/JyfHNResCp+bYBTROXD4JJiCa/Q8+UQg8Fqo1xOsNLR+2a6b1Zs0n9g", |
5 | "region": "ap-northeast-2" | 5 | "region": "ap-northeast-2" |
6 | } | 6 | } | ... | ... |
... | @@ -4,7 +4,7 @@ const AWS = require("aws-sdk"); | ... | @@ -4,7 +4,7 @@ const AWS = require("aws-sdk"); |
4 | const moment = require("moment"); | 4 | const moment = require("moment"); |
5 | AWS.config.loadFromPath(__dirname + "/modules/awsconfig.json"); | 5 | AWS.config.loadFromPath(__dirname + "/modules/awsconfig.json"); |
6 | 6 | ||
7 | -const BUCKET_NAME = "hong-s3-cloud"; | 7 | +const BUCKET_NAME = "khuloud"; |
8 | 8 | ||
9 | const s3 = new AWS.S3(); | 9 | const s3 = new AWS.S3(); |
10 | 10 | ... | ... |
... | @@ -680,7 +680,7 @@ export default { | ... | @@ -680,7 +680,7 @@ export default { |
680 | cur: this.cfilename.location, | 680 | cur: this.cfilename.location, |
681 | fileName: this.cfilename.file_name, | 681 | fileName: this.cfilename.file_name, |
682 | }; | 682 | }; |
683 | - console.log(curentData.cur); | 683 | + console.log(currentData.cur); |
684 | const detailData = await detailFile(currentData); | 684 | const detailData = await detailFile(currentData); |
685 | this.current_filename = detailData.data.file_name; | 685 | this.current_filename = detailData.data.file_name; |
686 | this.current_filedata = detailData.data.content; | 686 | this.current_filedata = detailData.data.content; | ... | ... |
... | @@ -66,8 +66,8 @@ | ... | @@ -66,8 +66,8 @@ |
66 | sortable: false, | 66 | sortable: false, |
67 | value: 'name' | 67 | value: 'name' |
68 | }, | 68 | }, |
69 | - {text: 'phone', value:'email'}, | 69 | + {text: 'phone', value:'phone'}, |
70 | - {text:'email', value:'phone'} | 70 | + {text:'email', value:'email'} |
71 | ], | 71 | ], |
72 | contact_list : [], | 72 | contact_list : [], |
73 | contact_file : null | 73 | contact_file : null | ... | ... |
-
Please register or login to post a comment