个人信息接口替换

This commit is contained in:
落日晚风
2023-11-03 18:04:17 +08:00
parent f4c1b30f2e
commit cfa35b2c6f
3 changed files with 15 additions and 4 deletions
@@ -62,6 +62,7 @@
// 用户信息
const userInfo = computed(() => sheep.$store('user').userInfo);
console.log(userInfo)
// 是否登录
const isLogin = computed(() => sheep.$store('user').isLogin);