| | |
| | | writPic({ url }) { |
| | | const baseUrl = ''; |
| | | if (this.book.originalPic.length < 4) { |
| | | |
| | | url = url.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","") |
| | | this.book.writPic.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`) |
| | | } |
| | | }, |
| | |
| | | otherPic({ url }) { |
| | | const baseUrl = ''; |
| | | if (this.book.otherPic.length < 4) { |
| | | |
| | | url = url.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","") |
| | | this.book.otherPic.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`) |
| | | } |
| | | }, |
| | |
| | | rectifiedPic({ url }) { |
| | | const baseUrl = ''; |
| | | if (this.book.otherPic.length < 4) { |
| | | |
| | | url = url.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","") |
| | | this.book.rectifiedPic.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`) |
| | | } |
| | | }, |
| | |
| | | originalPic({ url }) { |
| | | const baseUrl = ''; |
| | | if (this.book.otherPic.length < 4) { |
| | | |
| | | url = url.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","") |
| | | this.book.originalPic.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`) |
| | | } |
| | | }, |