|
|
@@ -1245,11 +1245,12 @@ export default {
|
|
|
message: '加载中...',
|
|
|
forbidClick: true
|
|
|
});
|
|
|
- return this.$http.post('/domainOrder/addHyperLink', {
|
|
|
- assetId: this.assetId,
|
|
|
- openHyperLink: false,
|
|
|
+ return this.$http.post('/domainOrder/addHyperLinkWithld', {
|
|
|
+ collectionld: this.assetId,
|
|
|
+ openHyperLink: 0,
|
|
|
hyperLinkType: this.info.hyperLinkType,
|
|
|
- address: ''
|
|
|
+ address: '',
|
|
|
+ publicCollectionId: ''
|
|
|
});
|
|
|
})
|
|
|
.then(res => {
|