GaoYuPeng 4 年之前
父節點
當前提交
9d18d4ed40
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      shanXiPlatform/src/views/login/index.vue

+ 2 - 1
shanXiPlatform/src/views/login/index.vue

@@ -65,7 +65,7 @@
65 65
                   name="password"
66 66
                   tabindex="2"
67 67
                   autocomplete="off"
68
-                  @keyup.enter.native="handleLogin()"
68
+
69 69
                 />
70 70
                 <span class="show-pwd" @click="showPwd">
71 71
                   <svg-icon
@@ -88,6 +88,7 @@
88 88
                 tabindex="3"
89 89
                 @blur="validationCaptcha()"
90 90
                 class="validationCode"
91
+                 @keyup.enter.native="handleLogin()"
91 92
               />
92 93
               <img
93 94
                 :src="captcha"