Skip to content

Commit

Permalink
Remove notify
Browse files Browse the repository at this point in the history
  • Loading branch information
granty1 committed May 2, 2020
1 parent d4a8c0e commit eee369c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions web/src/view/login/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
<el-input
placeholder="请输入用户名"
v-model="loginForm.username"
></el-input>
>
<i
class="el-input__icon el-icon-user"
slot="suffix"
></i></el-input>
</el-form-item>
<el-form-item prop="password">
<el-input
Expand Down Expand Up @@ -78,7 +82,7 @@
/></a>
</div>
<div class="copyright">
Copyright &copy; 2020 💖Flipped-Aurora
Copyright &copy; 2020 💖flipped-aurora
</div>
</div>
</div>
Expand Down Expand Up @@ -126,11 +130,6 @@ export default {
},
created() {
this.loginVefify();
this.$notify({
title: "🙂🙂",
message: "账号:admin/123456",
duration: 0,
});
},
methods: {
...mapActions("user", ["LoginIn"]),
Expand Down

0 comments on commit eee369c

Please sign in to comment.