mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 02:06:38 +08:00
commit
3846c502e0
@ -226,11 +226,10 @@ export default {
|
|||||||
//console.log(this.$route.params);
|
//console.log(this.$route.params);
|
||||||
this.checkIsLogin();
|
this.checkIsLogin();
|
||||||
let user = this.$store.state.userInfo;
|
let user = this.$store.state.userInfo;
|
||||||
if(user || this.userInfo) {
|
if(user) {
|
||||||
console.log('333');
|
this.$router.push({
|
||||||
// this.$router.push({
|
path: "/personal/mypersonal",
|
||||||
// path: "/personal/mypersonal",
|
});
|
||||||
// });
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// watch: function () {
|
// watch: function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user