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"