Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-stu into develop

This commit is contained in:
zhangyc
2023-01-11 10:23:44 +08:00

View File

@@ -38,8 +38,9 @@ import router from "@/router";
console.log("版本2.0.4------------");
const store = useStore();
const {path} = useRoute();
onMounted(() => {
getUserInfo();
path === '/login' || getUserInfo();
});
function getUserInfo() {