seimin 2 years ago
parent
commit
110db73e69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Login.vue

+ 1 - 1
src/views/Login.vue

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