This commit is contained in:
2018-11-14 23:13:22 +00:00
parent 105c8c9a78
commit 84e776f66e
6 changed files with 34 additions and 6 deletions

View File

@@ -52,6 +52,9 @@ export default {
},
methods: {
login() {
// eslint-disable-next-line
debugger;
//console.log("Login.vue::page url is:" + this.$route.query.page);
if (this.input.username != "" && this.input.password != "") {
auth
.authenticate(this.input.username, this.input.password)