소스 검색

账户配置 校验 添加

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);