This commit is contained in:
2018-11-16 18:52:48 +00:00
parent 869322032e
commit 7f8dca456a
7 changed files with 55 additions and 8 deletions

View File

@@ -39,6 +39,7 @@
</template>
<script>
/* xeslint-disable */
import auth from "../api/auth";
export default {
name: "Login",
@@ -52,9 +53,6 @@ export default {
},
methods: {
login() {
// xeslint-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)