|
@@ -1211,7 +1211,8 @@ export default {
|
|
});
|
|
});
|
|
},
|
|
},
|
|
handleRelaxCancel() {
|
|
handleRelaxCancel() {
|
|
- this.$emit('relaxCancel');
|
|
|
|
|
|
+ this.$router.replace('/account-config/account-config');
|
|
|
|
+ this.$bus.$emit('remove', '/account-config/components/configuration-modal');
|
|
},
|
|
},
|
|
handleEnterChang(value) {
|
|
handleEnterChang(value) {
|
|
this.creativeTag.push(...value);
|
|
this.creativeTag.push(...value);
|