瀏覽代碼

账户配置 校验 添加

jiayufei 4 年之前
父節點
當前提交
463cb7cb47
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/modules/account-config/components/configuration-modal.vue

+ 2 - 1
src/views/modules/account-config/components/configuration-modal.vue

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