|
|
@@ -237,11 +237,11 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
showCode(row) {
|
|
|
- this.codeValue = 'https://nfttest.9space.vip/9th/?inviteCode=' + row.code;
|
|
|
+ this.codeValue = 'https://nft.9space.vip/9th/?inviteCode=' + row.code;
|
|
|
if (this.$store.state.projectId == 1) {
|
|
|
- this.codeValue = 'https://nfttest.9space.vip/cosmos/?inviteCode=' + row.code;
|
|
|
+ this.codeValue = 'https://nft.9space.vip/cosmos/?inviteCode=' + row.code;
|
|
|
} else if (this.$store.state.projectId == 2) {
|
|
|
- this.codeValue = 'https://nfttest.9space.vip/modern/?inviteCode=' + row.code;
|
|
|
+ this.codeValue = 'https://nft.9space.vip/modern/?inviteCode=' + row.code;
|
|
|
}
|
|
|
|
|
|
this.showCodeDialog = true;
|