Преглед на файлове

账户配置 校验 添加

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