fix installation for beta5

This commit is contained in:
xiaomlove
2021-04-30 15:10:31 +08:00
parent 654419deec
commit 3737d684ee
14 changed files with 71 additions and 65 deletions

View File

@@ -20,7 +20,7 @@
</template>
<div class="nickname">
<p>Username{{ userInfo && userInfo.username || '' }}</p>
<p>Email{{ userInfo && userInfo.email || '' }}</p>
<p>Class{{ userInfo && userInfo.class_text || '' }}</p>
<el-tag size="small" effect="dark" class="logout" @click="logout">Logout</el-tag>
</div>
</el-popover>
@@ -67,7 +67,7 @@ export default {
router.back()
}
router.afterEach((to) => {
// console.log("Head afterEach to", to)
console.log("Head afterEach to", to)
const { id } = to.query
state.name = pathMap[to.name]
})