seimin 1 년 전
부모
커밋
110db73e69
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/Login.vue

+ 1 - 1
src/views/Login.vue

@@ -166,7 +166,7 @@ export default {
166 166
               color: "red"
167 167
             }).show();
168 168
           }
169
-      }).catch(function(){
169
+      }).catch(() => {
170 170
           console.log('Some request failed...');
171 171
           this.$createDialog({
172 172
             type: "alert",