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
               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",