mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
先提交保留一下
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
<script>
|
||||
import { mapGetters } from 'vuex';
|
||||
import loginApi from "@/api/login";
|
||||
import constants from '@/utils/constants'
|
||||
export default {
|
||||
computed: {
|
||||
...mapGetters(['portalLoginRememberMe'])
|
||||
@@ -67,6 +68,7 @@
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
console.log(constants,'this.$constants.fileBaseUrl');
|
||||
this.refreshCode();
|
||||
if(this.portalLoginRememberMe && this.portalLoginRememberMe.rememberMe){
|
||||
this.rememberMe = true;
|
||||
|
||||
Reference in New Issue
Block a user