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