Commit b52fc8f6 authored by lvweichao's avatar lvweichao

update: log

parent 9a88172b
...@@ -15,7 +15,7 @@ import { redirectToLogin } from './utils/util'; ...@@ -15,7 +15,7 @@ import { redirectToLogin } from './utils/util';
export default { export default {
async mounted () { async mounted () {
console.log("master debug!!!!!!") console.log("master debug 2 !!!!!!")
if (this.$store.state.permissions && this.$store.state.userInfo) return if (this.$store.state.permissions && this.$store.state.userInfo) return
const { status, user } = await fetchCurrentUser(); const { status, user } = await fetchCurrentUser();
if (status === 'success') { if (status === 'success') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment