mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
多环境测试
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
<script>
|
||||
import { mapGetters } from 'vuex';
|
||||
import loginApi from "@/api/login";
|
||||
import constants from '@/utils/constants'
|
||||
export default {
|
||||
computed: {
|
||||
...mapGetters(['portalLoginRememberMe'])
|
||||
@@ -68,7 +67,7 @@
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
console.log(constants,'this.$constants.fileBaseUrl');
|
||||
//console.log(process.env,'process.env');
|
||||
this.refreshCode();
|
||||
if(this.portalLoginRememberMe && this.portalLoginRememberMe.rememberMe){
|
||||
this.rememberMe = true;
|
||||
|
||||
Reference in New Issue
Block a user