v2.1 version is released. For details, please see: https://github.com/elunez/eladmin-qd/releases/tag/v2.1

This commit is contained in:
zhengjie
2019-06-30 08:33:22 +08:00
parent 6a06c4a93c
commit 6622ccdb6a
4 changed files with 34 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
<template>
<div>
<section class="app-main">
<!--<CodeFund />-->
<transition name="fade-transform" mode="out-in">
<keep-alive :include="cachedViews">
<router-view :key="key"/>
@@ -16,8 +17,10 @@
</template>
<script>
// import CodeFund from '@/components/CodeFund'
export default {
name: 'AppMain',
// components: { CodeFund },
computed: {
cachedViews() {
return this.$store.state.tagsView.cachedViews

View File

@@ -106,11 +106,9 @@ export default {
code: this.loginForm.code,
uuid: this.loginForm.uuid
}
console.log(this.cookiePass)
if (user.password !== this.cookiePass) {
user.password = encrypt(user.password)
}
console.log(user.password)
if (valid) {
this.loading = true
if (user.rememberMe) {