diff --git a/src/Login.vue b/src/Login.vue
index 26a51cfc..461dc46a 100644
--- a/src/Login.vue
+++ b/src/Login.vue
@@ -4,11 +4,11 @@
-
+
@@ -22,6 +22,7 @@
{
- if (res.code === 200) {
+ this.blockOperation.query=false
+ this.loading=true;
+ setTimeout(()=>{
+ if (res.code === 200) {
localStorage.setItem('cn-username', this.username)
this.loginSuccess(res)
- }
+ }},2000)
}
)
}
@@ -97,10 +106,10 @@ export default {
width: 300px;
height: 40px;
}
- .tow:first-of-type{
+ .login__one_input:first-of-type{
margin-top: 45.57px;
}
- .five{
+ .login__shrink__Box{
width: 300px;
height: 250px;
margin: auto;