|
|
@@ -95,11 +95,12 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
addHyperLink(address) {
|
|
|
- return this.$http.post('/domainOrder/addHyperLink', {
|
|
|
- assetId: this.assetId,
|
|
|
- openHyperLink: true,
|
|
|
+ return this.$http.post('/domainOrder/addHyperLinkWithld', {
|
|
|
+ collectionld: this.assetId,
|
|
|
+ openHyperLink: 1,
|
|
|
hyperLinkType: 'COLLECTION',
|
|
|
- address: address
|
|
|
+ address: address,
|
|
|
+ publicCollectionld: this.chooseId
|
|
|
});
|
|
|
}
|
|
|
}
|